]> granicus.if.org Git - postgis/commitdiff
Fixed bug in debugguing output
authorSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 16:25:06 +0000 (16:25 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 16:25:06 +0000 (16:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1068 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_inout.c

index 01895a67e27126574f96ee5e04495ae1df2a3541..c1127afa0d0e37f3af80550b3dd8dd8d21f79d87 100644 (file)
@@ -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);