From 9bf0c677cb2318f68f9e0888e70e9c685659e5ca Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 25 Apr 2014 09:31:23 +0000 Subject: Don't just eat the exception, rethrow it after logging details. --- lib/server/makeprotocol.pl.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/server/makeprotocol.pl.in b/lib/server/makeprotocol.pl.in index ab6211dd..df0e23ab 100755 --- a/lib/server/makeprotocol.pl.in +++ b/lib/server/makeprotocol.pl.in @@ -1125,6 +1125,7 @@ __E { BOX_WARNING("Failed to send stream after command: " << rQuery.ToString() << ": " << e.what()); + throw; } __E } -- cgit v1.2.3