aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/src/vespa/filedistribution/distributor/filedistributortrackerimpl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/filedistribution/src/vespa/filedistribution/distributor/filedistributortrackerimpl.cpp b/filedistribution/src/vespa/filedistribution/distributor/filedistributortrackerimpl.cpp
index 32368eca54a..6420dfd6006 100644
--- a/filedistribution/src/vespa/filedistribution/distributor/filedistributortrackerimpl.cpp
+++ b/filedistribution/src/vespa/filedistribution/distributor/filedistributortrackerimpl.cpp
@@ -166,9 +166,6 @@ void asioWorker(asio::io_service& ioService)
ioService.run();
} catch (const ZKConnectionLossException & e) {
LOG(info, "Connection loss in asioWorker thread, resuming. %s", e.what());
- } catch (const std::exception & e) {
- LOG(fatal, "Unknow exception in asioWorker. %s", e.what());
- assert(false);
}
}
}