diff options
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 50000547540..7d818ddee6f 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -156,7 +156,7 @@ Ice::SyscallException::ice_print(ostream& out) const Exception::ice_print(out); if(error != 0) { - out << ":\nsystem exception: " << errorToString(error); + out << ":\nsyscall exception: " << errorToString(error); } } |