[mapserver-commits] r9374 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Oct 1 18:23:58 EDT 2009
Author: warmerdam
Date: 2009-10-01 18:23:58 -0400 (Thu, 01 Oct 2009)
New Revision: 9374
Modified:
trunk/mapserver/mapthread.c
Log:
turn thread_debug off - mistake from last commit
Modified: trunk/mapserver/mapthread.c
===================================================================
--- trunk/mapserver/mapthread.c 2009-10-01 22:12:26 UTC (rev 9373)
+++ trunk/mapserver/mapthread.c 2009-10-01 22:23:58 UTC (rev 9374)
@@ -140,7 +140,7 @@
MS_CVSID("$Id$")
#if defined(USE_THREAD)
-static int thread_debug = 1;
+static int thread_debug = 0;
static char *lock_names[] =
{ NULL, "PARSER", "GDAL", "ERROROBJ", "PROJ", "TTF", "POOL", "SDE",
More information about the mapserver-commits
mailing list