diff options
Diffstat (limited to 'cpp/src/qpid/client/Dispatcher.cpp')
| -rw-r--r-- | cpp/src/qpid/client/Dispatcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/Dispatcher.cpp b/cpp/src/qpid/client/Dispatcher.cpp index 0b7618eb4c..da6607fb9e 100644 --- a/cpp/src/qpid/client/Dispatcher.cpp +++ b/cpp/src/qpid/client/Dispatcher.cpp @@ -91,9 +91,9 @@ void Dispatcher::run() if ( failoverHandler ) { QPID_LOG(debug, QPID_MSG(session.getId() << " failover: " << e.what())); failoverHandler(); - } - else { + } else { QPID_LOG(error, session.getId() << " error: " << e.what()); + throw; } } } |
