summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'SwifTools/CrashReporter.cpp')
-rw-r--r--SwifTools/CrashReporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/SwifTools/CrashReporter.cpp b/SwifTools/CrashReporter.cpp
index bf637c8..b02e73b 100644
--- a/SwifTools/CrashReporter.cpp
+++ b/SwifTools/CrashReporter.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2012-2016 Isode Limited. 2 * Copyright (c) 2012-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 */
@@ -46,7 +46,7 @@ CrashReporter::CrashReporter(const boost::filesystem::path& path, const std::str
46 boost::filesystem::create_directories(path); 46 boost::filesystem::create_directories(path);
47 } 47 }
48 catch (const boost::filesystem::filesystem_error& e) { 48 catch (const boost::filesystem::filesystem_error& e) {
49 SWIFT_LOG(error) << "ERROR: " << e.what() << std::endl; 49 SWIFT_LOG(error) << "ERROR: " << e.what();
50 } 50 }
51 } 51 }
52 52