From 7457de4d6df3951f68f16e41ae3ea3d1b4ca02a8 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Mon, 22 Oct 2012 19:05:47 +0000 Subject: [PATCH] Fix POSTGIS_RT_DEBUGF() usage git-svn-id: http://svn.osgeo.org/postgis/trunk@10522 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_pg/rt_pg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/rt_pg/rt_pg.c b/raster/rt_pg/rt_pg.c index 91375f596..70971b017 100644 --- a/raster/rt_pg/rt_pg.c +++ b/raster/rt_pg/rt_pg.c @@ -1048,7 +1048,7 @@ Datum RASTER_dumpAsPolygons(PG_FUNCTION_ARGS) { /* see if band is NODATA */ if (rt_band_get_isnodata_flag(rt_raster_get_band(raster, nband - 1))) { - POSTGIS_RT_DEBUGF(3, "Band at index %d is NODATA. Returning NULL"); + POSTGIS_RT_DEBUGF(3, "Band at index %d is NODATA. Returning NULL", nband); rt_raster_destroy(raster); PG_FREE_IF_COPY(pgraster, 0); MemoryContextSwitchTo(oldcontext); -- 2.50.1