diff options
Diffstat (limited to 'cpp/src/Ice/Application.cpp')
-rw-r--r-- | cpp/src/Ice/Application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Application.cpp b/cpp/src/Ice/Application.cpp index bb5b16588e1..cc6d1f39e39 100644 --- a/cpp/src/Ice/Application.cpp +++ b/cpp/src/Ice/Application.cpp @@ -124,7 +124,7 @@ destroyOnInterruptCallback(int signal) catch(const std::exception& ex) { cerr << _appName << " (while destroying in response to signal " << signal - << "): std::exception: " << ex.what() << endl; + << "): " << ex.what() << endl; } catch(const std::string& msg) { |