summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-04-25 09:31:23 +0000
committerChris Wilson <chris+github@qwirx.com>2014-04-25 09:31:23 +0000
commit9bf0c677cb2318f68f9e0888e70e9c685659e5ca (patch)
tree59926edf6051902c6e601982c84a7a25dd044781 /lib/server
parente1ea75440f7f48f966f30048c730df6074fd9ed7 (diff)
Don't just eat the exception, rethrow it after logging details.
Diffstat (limited to 'lib/server')
-rwxr-xr-xlib/server/makeprotocol.pl.in1
1 files changed, 1 insertions, 0 deletions
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
}