From 9fe43fa9c0bd21f6c203072f19a77a570680ecab Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Thu, 19 Mar 2009 21:13:52 +0100 Subject: * Implementing database logging: ** LogTime and LogColors config options removed due to incompatibility. ** Old file logging still available. ** Totally redone the Log class. ** Config options added: EnableLogDB, DBLogLevel, LogDB.Char, LogDB.RA, LogDB.GM -- remember to update config file. ** SQL updates attached. --HG-- branch : trunk --- src/shared/Database/DBCStores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/Database/DBCStores.cpp') diff --git a/src/shared/Database/DBCStores.cpp b/src/shared/Database/DBCStores.cpp index 1ea74639da2..001d0d5dc12 100644 --- a/src/shared/Database/DBCStores.cpp +++ b/src/shared/Database/DBCStores.cpp @@ -519,7 +519,7 @@ void LoadDBCStores(const std::string& dataPath) exit(1); } - sLog.outString(); + sLog.outString(""); sLog.outString( ">> Initialized %d data stores", DBCFilesCount ); } -- cgit v1.2.3