diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-10-05 15:36:48 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-10-05 15:36:48 +0200 |
commit | 367a2619a1307ca290137d865d7565cd70d5ef48 (patch) | |
tree | 575f486016449630a84b82207cb8ee4780b3496a /cpp/src/IceUtil/Timer.cpp | |
parent | Fixed Sun CC build (diff) | |
download | ice-367a2619a1307ca290137d865d7565cd70d5ef48.tar.bz2 ice-367a2619a1307ca290137d865d7565cd70d5ef48.tar.xz ice-367a2619a1307ca290137d865d7565cd70d5ef48.zip |
Fixed bug 2506
Diffstat (limited to 'cpp/src/IceUtil/Timer.cpp')
-rwxr-xr-x | cpp/src/IceUtil/Timer.cpp | 3 |
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(...) { |