From f7c49afd2a95b957a57298ca38608e43d2f50019 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Mon, 4 May 2015 09:08:44 +0200 Subject: [PATCH] had forgotten to unset debug option (max number of acceptable errors was 1) --- src/main.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index ecfdeae..1463001 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -466,7 +466,7 @@ int main( int argc, const char *argv[] ) IoServiceItem io_service; int ret_code = 0; unsigned n_exceptions = 0; - unsigned max_exceptions = 1; + unsigned max_exceptions = 0; try { -- 1.7.1