diff options
author | Marc Laukien <marc@zeroc.com> | 2003-10-30 20:04:06 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-10-30 20:04:06 +0000 |
commit | 11465ef12e91941c506df677706d8c774a24a7bd (patch) | |
tree | 11f6edc6e3657db45b94345f9d003c8eb6ea11d6 /cpp/src/IcePatch/Server.cpp | |
parent | link with libdb41d.lib in Debug configuration (diff) | |
download | ice-11465ef12e91941c506df677706d8c774a24a7bd.tar.bz2 ice-11465ef12e91941c506df677706d8c774a24a7bd.tar.xz ice-11465ef12e91941c506df677706d8c774a24a7bd.zip |
fix
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch/Server.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp index 02ac5e8ccc9..1a3ec6a1556 100644 --- a/cpp/src/IcePatch/Server.cpp +++ b/cpp/src/IcePatch/Server.cpp @@ -205,11 +205,10 @@ IcePatch::Updater::run() catch(const Exception& ex) { // - // Bail out on any other exception. + // Log other exceptions. // Error out(_logger); out << "exception during update:\n" << ex; - break; } if(_destroy) |