From: Sandro Santilli Date: Tue, 19 Jan 2016 09:13:08 +0000 (+0000) Subject: Fix bogus call to lwnotice (missing param) X-Git-Tag: 2.3.0beta1~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67edfed99d65161692295f5640f9cf284a7db4ca;p=postgis Fix bogus call to lwnotice (missing param) git-svn-id: http://svn.osgeo.org/postgis/trunk@14605 b70326c6-7e19-0410-871a-916f4a2858ee --- 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; }