From 67edfed99d65161692295f5640f9cf284a7db4ca Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 19 Jan 2016 09:13:08 +0000 Subject: [PATCH] Fix bogus call to lwnotice (missing param) git-svn-id: http://svn.osgeo.org/postgis/trunk@14605 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/postgis_topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c index 172c9240d..60e12b22b 100644 --- a/topology/postgis_topology.c +++ b/topology/postgis_topology.c @@ -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; } -- 2.50.1