diff options
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r-- | src/commandhandler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index 8fab8e042..6a5e9fcef 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -915,6 +915,8 @@ void CommandHandler::handleDirs(const std::string &args A_UNUSED, + Client::getLocalDataDirectory()); debugChatTab->chatLog("screenshots directory: " + Client::getScreenshotDirectory()); + debugChatTab->chatLog("temp directory: " + + Client::getTempDirectory()); } void CommandHandler::handleInfo(const std::string &args A_UNUSED, |