[postgis-tickets] r14606 - Fix bogus call to lwnotice (missing param)
Sandro Santilli
strk at keybit.net
Tue Jan 19 01:18:00 PST 2016
Author: strk
Date: 2016-01-19 01:18:00 -0800 (Tue, 19 Jan 2016)
New Revision: 14606
Modified:
branches/2.2/topology/postgis_topology.c
Log:
Fix bogus call to lwnotice (missing param)
Modified: branches/2.2/topology/postgis_topology.c
===================================================================
--- branches/2.2/topology/postgis_topology.c 2016-01-19 09:13:08 UTC (rev 14605)
+++ branches/2.2/topology/postgis_topology.c 2016-01-19 09:18:00 UTC (rev 14606)
@@ -204,7 +204,7 @@
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;
}
More information about the postgis-tickets
mailing list