]> granicus.if.org Git - postgis/commitdiff
Added debug strings
authorSandro Santilli <strk@keybit.net>
Mon, 11 Oct 2004 10:30:44 +0000 (10:30 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 11 Oct 2004 10:30:44 +0000 (10:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@978 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom.c

index d5562a044ea7608e54827c8762c61371f0f76c7c..408262d6fca17fed8a8dfe5f8c5a89e795a18533 100644 (file)
@@ -44,7 +44,7 @@ lwgeom_serialize_size(LWGEOM *lwgeom)
        int type = TYPE_GETTYPE(lwgeom->type);
 
 #ifdef DEBUG_CALLS
-       lwnotice("lwgeom_serialize_size called");
+       lwnotice("lwgeom_serialize_size(%s) called", lwgeom_typename(type));
 #endif
 
        switch (type)