]> granicus.if.org Git - postgis/commitdiff
Fix bogus call to lwnotice (missing param)
authorSandro Santilli <strk@keybit.net>
Tue, 19 Jan 2016 09:13:08 +0000 (09:13 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 19 Jan 2016 09:13:08 +0000 (09:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14605 b70326c6-7e19-0410-871a-916f4a2858ee

topology/postgis_topology.c

index 172c9240dce1bf9787eedf4a6501bd6ec7a9e428..60e12b22baf62c9e03116e0f3dc5b282a0b7f832 100644 (file)
@@ -204,7 +204,7 @@ cb_loadTopologyByName(const LWT_BE_DATA* be, const char *name)
   if ( topo->srid < 0 )
   {
     lwnotice("Topology SRID value %d converted to "
-             "the officially unknown SRID value %d", SRID_UNKNOWN);
+             "the officially unknown SRID value %d", topo->srid, SRID_UNKNOWN);
     topo->srid = SRID_UNKNOWN;
   }