summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'SwifTools/Application/ApplicationPathProvider.cpp')
-rw-r--r--SwifTools/Application/ApplicationPathProvider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/SwifTools/Application/ApplicationPathProvider.cpp b/SwifTools/Application/ApplicationPathProvider.cpp
index 8b952bb..77457ef 100644
--- a/SwifTools/Application/ApplicationPathProvider.cpp
+++ b/SwifTools/Application/ApplicationPathProvider.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2016 Isode Limited. 2 * Copyright (c) 2010-2019 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -25,7 +25,7 @@ boost::filesystem::path ApplicationPathProvider::getProfileDir(const std::string
25 boost::filesystem::create_directory(result); 25 boost::filesystem::create_directory(result);
26 } 26 }
27 catch (const boost::filesystem::filesystem_error& e) { 27 catch (const boost::filesystem::filesystem_error& e) {
28 SWIFT_LOG(error) << e.what() << std::endl; 28 SWIFT_LOG(error) << e.what();
29 } 29 }
30 return result; 30 return result;
31} 31}