[postgis-tickets] r14605 - Fix bogus call to lwnotice (missing param)
Sandro Santilli
strk at keybit.net
Tue Jan 19 01:13:08 PST 2016
Author: strk
Date: 2016-01-19 01:13:08 -0800 (Tue, 19 Jan 2016)
New Revision: 14605
Modified:
trunk/topology/postgis_topology.c
Log:
Fix bogus call to lwnotice (missing param)
Modified: trunk/topology/postgis_topology.c
===================================================================
--- trunk/topology/postgis_topology.c 2016-01-16 15:45:37 UTC (rev 14604)
+++ trunk/topology/postgis_topology.c 2016-01-19 09:13:08 UTC (rev 14605)
@@ -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