[sword-cvs] sword/src/mgr stringmgr.cpp,1.3,1.4
sword at www.crosswire.org
sword at www.crosswire.org
Sat Jul 3 11:10:52 MST 2004
Committed by: scribe
Update of /cvs/core/sword/src/mgr
In directory www:/tmp/cvs-serv24923/src/mgr
Modified Files:
stringmgr.cpp
Log Message:
Changed error log to information log if we create a default StringMgr
modified SWHANDLE in flatapi to support wider range of systems
Index: stringmgr.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/stringmgr.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stringmgr.cpp 18 May 2004 19:34:46 -0000 1.3
+++ stringmgr.cpp 3 Jul 2004 18:10:50 -0000 1.4
@@ -99,10 +99,10 @@
if (!m_systemStringMgr) {
#ifndef _ICU_
m_systemStringMgr = new StringMgr();
- SWLog::getSystemLog()->logError("created default StringMgr");
+ SWLog::getSystemLog()->logInformation("created default StringMgr");
#else
m_systemStringMgr = new ICUStringMgr();
- SWLog::getSystemLog()->logError("created default IcuStringMgr");
+ SWLog::getSystemLog()->logInformation("created default IcuStringMgr");
#endif
}
More information about the sword-cvs
mailing list