[mapserver-commits] r7220 - branches/branch-5-0/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Dec 27 14:17:53 EST 2007
Author: sdlime
Date: 2007-12-27 14:17:53 -0500 (Thu, 27 Dec 2007)
New Revision: 7220
Modified:
branches/branch-5-0/mapserver/mapobject.c
Log:
Added missing new line character to debug message. (bug #2457)
Modified: branches/branch-5-0/mapserver/mapobject.c
===================================================================
--- branches/branch-5-0/mapserver/mapobject.c 2007-12-27 19:07:17 UTC (rev 7219)
+++ branches/branch-5-0/mapserver/mapobject.c 2007-12-27 19:17:53 UTC (rev 7220)
@@ -81,8 +81,7 @@
/*printf("msFreeMap(): maybe freeing map at %p count=%d.\n",map, map->refcount);*/
if ( MS_REFCNT_DECR_IS_NOT_ZERO(map) ) { return; }
if (map->debug >= MS_DEBUGLEVEL_VV)
- msDebug("msFreeMap(): freeing map at %p.",map);
- /*printf("msFreeMap(): freeing map at %p.\n",map);*/
+ msDebug("msFreeMap(): freeing map at %p.\n",map);
msCloseConnections(map);
More information about the mapserver-commits
mailing list