[sword-cvs] sword/src/mgr swmgr.cpp,1.97,1.98
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 20 Jan 2004 23:14:43 -0700
Update of /cvs/core/sword/src/mgr
In directory www:/tmp/cvs-serv16791/src/mgr
Modified Files:
swmgr.cpp
Log Message:
no message
Index: swmgr.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/swmgr.cpp,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- swmgr.cpp 16 Jan 2004 03:42:41 -0000 1.97
+++ swmgr.cpp 21 Jan 2004 06:14:41 -0000 1.98
@@ -95,7 +95,7 @@
#endif
-bool SWMgr::debug = false;
+bool SWMgr::debug = true;
#ifdef GLOBCONFPATH
const char *SWMgr::globalConfPath = GLOBCONFPATH;
@@ -331,11 +331,10 @@
*configType = 0;
-#ifndef _MSC_VER
// check working directory
if (debug)
- std::cerr << "Checking working directory for mods.conf...";
-#endif
+// SWLog::systemlog->LogInformation("Checking working directory for mods.conf...");
+// std::cerr << "Checking working directory for mods.conf...";
if (FileMgr::existsFile(".", "mods.conf")) {