]> granicus.if.org Git - postgis/commitdiff
Fixed debugging printf call
authorSandro Santilli <strk@keybit.net>
Tue, 22 Nov 2005 19:58:50 +0000 (19:58 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 22 Nov 2005 19:58:50 +0000 (19:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@2050 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwcollection.c

index 56eb96593b16f70f880aa13c535c13e5a2f85f5b..c6f62c1a6dfe0c3646abaf47fa6d1d3ad72a248b 100644 (file)
@@ -152,7 +152,7 @@ lwcollection_serialize_buf(LWCOLLECTION *coll, uchar *buf, size_t *retsize)
        int i;
 
 #ifdef PGIS_DEBUG_CALLS
-       lwnotice("lwcollection_serialize_buf called (%d with %d elems)",
+       lwnotice("lwcollection_serialize_buf called (%s with %d elems)",
                lwgeom_typename(TYPE_GETTYPE(coll->type)), coll->ngeoms);
 #endif