From: Sandro Santilli Date: Tue, 22 Nov 2005 19:58:50 +0000 (+0000) Subject: Fixed debugging printf call X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6509ac587223ddb9891372ad8025a120ad499c62;p=postgis Fixed debugging printf call git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@2050 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwcollection.c b/lwgeom/lwcollection.c index 56eb96593..c6f62c1a6 100644 --- a/lwgeom/lwcollection.c +++ b/lwgeom/lwcollection.c @@ -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