From: Bborie Park Date: Tue, 3 Apr 2012 18:46:19 +0000 (+0000) Subject: Fix error message X-Git-Tag: 2.0.0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb4b7028801143b38d50c052cdaaab4bd1b61df1;p=postgis Fix error message git-svn-id: http://svn.osgeo.org/postgis/trunk@9601 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/rt_pg.c b/raster/rt_pg/rt_pg.c index 72533bc08..7f3b6a7b0 100644 --- a/raster/rt_pg/rt_pg.c +++ b/raster/rt_pg/rt_pg.c @@ -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(); }