summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-10-09 10:48:58 +0200
committerHenning Baldersheim <balder@oath.com>2018-10-09 10:48:58 +0200
commit2e13757ec7e6df7b96bb53dee327de3286ebda4c (patch)
treedff568f68aebec59708365a679e4e09b5d5b718f /searchcore
parentfb3ff51c1aaa7f90041e6c7fd148a4a46d6618cb (diff)
Expose exception information. If totally unknown, generate core.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/apps/fdispatch/fdispatch.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/searchcore/src/apps/fdispatch/fdispatch.cpp b/searchcore/src/apps/fdispatch/fdispatch.cpp
index cd3ef3b7550..0aa16260737 100644
--- a/searchcore/src/apps/fdispatch/fdispatch.cpp
+++ b/searchcore/src/apps/fdispatch/fdispatch.cpp
@@ -113,9 +113,6 @@ FastS_FDispatchApp::Main()
} catch (std::exception &e) {
LOG(error, "got exception during init: %s", e.what());
exitCode = 1;
- } catch (...) {
- LOG(error, "got exception during init");
- exitCode = 1;
}
LOG(debug, "Deleting fdispatch");