summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 8e144e8e..2a854bc0 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -226,12 +226,12 @@ Client::Client(const Options &options):
chatLogger = new ChatLogger;
if (options.chatLogDir.empty())
- chatLogger->setLogDir(mLocalDataDir + std::string("/logs/"));
+ chatLogger->setLogDir(mLocalDataDir + "/logs/");
else
chatLogger->setLogDir(options.chatLogDir);
// Configure logger
- logger->setLogFile(mLocalDataDir + std::string("/mana.log"));
+ logger->setLogFile(mLocalDataDir + "/mana.log");
logger->setLogToStandardOut(config.getBoolValue("logToStandardOut"));
// Log the mana version