]> granicus.if.org Git - postgis/commitdiff
Fix error message
authorBborie Park <bkpark at ucdavis.edu>
Tue, 3 Apr 2012 18:46:19 +0000 (18:46 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 3 Apr 2012 18:46:19 +0000 (18:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9601 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rt_pg.c

index 72533bc0885aacb6a1acb96b26cb1f35ae5b31c8..7f3b6a7b0952856adb8a22f99f4744e9a0bcf18b 100644 (file)
@@ -2329,7 +2329,7 @@ Datum RASTER_getPixelPolygon(PG_FUNCTION_ARGS)
 
     raster = rt_raster_deserialize(pgraster, FALSE);
     if (!raster) {
-        elog(ERROR, "RASTER_getPixelValue: Could not deserialize raster");
+        elog(ERROR, "RASTER_getPixelPolygon: Could not deserialize raster");
         PG_RETURN_NULL();
     }