summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceUtil/Timer.cpp')
-rwxr-xr-xcpp/src/IceUtil/Timer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/Timer.cpp b/cpp/src/IceUtil/Timer.cpp
index 9b6fba19a16..16d34ef0c0a 100755
--- a/cpp/src/IceUtil/Timer.cpp
+++ b/cpp/src/IceUtil/Timer.cpp
@@ -180,8 +180,7 @@ Timer::run()
}
catch(const std::exception& e)
{
- cerr << "IceUtil::Timer::run(): uncaught exception: ";
- cerr << e.what() << endl;
+ cerr << "IceUtil::Timer::run(): uncaught exception:\n" << e.what() << endl;
}
catch(...)
{