summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Server.cpp
diff options
context:
space:
mode:
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)