summaryrefslogtreecommitdiffstats
path: root/slobrok/src/apps
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 /slobrok/src/apps
parentfb3ff51c1aaa7f90041e6c7fd148a4a46d6618cb (diff)
Expose exception information. If totally unknown, generate core.
Diffstat (limited to 'slobrok/src/apps')
-rw-r--r--slobrok/src/apps/slobrok/slobrok.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/slobrok/src/apps/slobrok/slobrok.cpp b/slobrok/src/apps/slobrok/slobrok.cpp
index e69f2df53f0..0588c90d383 100644
--- a/slobrok/src/apps/slobrok/slobrok.cpp
+++ b/slobrok/src/apps/slobrok/slobrok.cpp
@@ -94,10 +94,6 @@ App::Main()
LOG(error, "unknown exception during construction : %s", e.what());
EV_STOPPING("slobrok", "unknown exception during construction");
return 2;
- } catch (...) {
- LOG(error, "unknown exception during construction");
- EV_STOPPING("slobrok", "unknown exception during construction");
- return 3;
}
mainobj.reset();
return res;