From: Sandro Santilli Date: Thu, 28 Oct 2004 16:25:06 +0000 (+0000) Subject: Fixed bug in debugguing output X-Git-Tag: pgis_1_0_0RC1~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d67518a254cad56cc21b011730c88ae5486d22b0;p=postgis Fixed bug in debugguing output git-svn-id: http://svn.osgeo.org/postgis/trunk@1068 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_inout.c b/lwgeom/lwgeom_inout.c index 01895a67e..c1127afa0 100644 --- a/lwgeom/lwgeom_inout.c +++ b/lwgeom/lwgeom_inout.c @@ -184,7 +184,7 @@ Datum LWGEOMFromWKB(PG_FUNCTION_ARGS) pfree(wkb_srid_hexized); #ifdef DEBUG - elog(NOTICE, "LWGEOMFromWKB returning %s", unparse_WKB(SERIALIZED_FORM(lwgeom), pg_alloc, pg_free)); + elog(NOTICE, "LWGEOMFromWKB returning %s", unparse_WKB(SERIALIZED_FORM(lwgeom), pg_alloc, pg_free, -1)); #endif PG_RETURN_POINTER(lwgeom);