possible fix for #99

This commit is contained in:
doitux
2012-01-11 21:58:43 +00:00
parent 8dacafa498
commit cb3109ada5
+1 -1
View File
@@ -67,7 +67,7 @@ Log::init()
strftime(curTime,9,"%H:%M:%S",z);
string mySqliteLogFileName = boost::lexical_cast<string>((myConfig->readConfigString("LogDir")).c_str());
mySqliteLogFileName += "pokerth-log-" + boost::lexical_cast<string>(curDateTime) + ".pdb";
mySqliteLogFileName += "/pokerth-log-" + boost::lexical_cast<string>(curDateTime) + ".pdb";
// open sqlite-db
sqlite3_open(mySqliteLogFileName.data(), &mySqliteLogDb);