Fix bogus call to lwnotice (missing param)

git-svn-id: http://svn.osgeo.org/postgis/trunk@14605 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2016-01-19 09:13:08 +00:00
parent 564f011ec9
commit 67edfed99d

View 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;
}