summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-10-30 20:04:06 +0000
committerMarc Laukien <marc@zeroc.com>2003-10-30 20:04:06 +0000
commit11465ef12e91941c506df677706d8c774a24a7bd (patch)
tree11f6edc6e3657db45b94345f9d003c8eb6ea11d6 /cpp/src/IcePatch/Server.cpp
parentlink with libdb41d.lib in Debug configuration (diff)
downloadice-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.cpp3
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)