Skip to content

Commit

Permalink
client context less noise
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Sep 26, 2018
1 parent 6b463d7 commit 31261ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/remoteClient/clientContextImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ class BaseRequestImpl :
{
startRequest(PURE_CANCEL_REQUEST);
m_channel->checkAndGetTransport()->enqueueSendRequest(internal_from_this<BaseRequestImpl>());
} catch (std::runtime_error& e) {
// assume from checkAndGetTransport() due to wrong channel state
} catch (std::exception& e) {
// noop (do not complain if fails)
LOG(logLevelWarn, "Ignore exception during ChanneGet::cancel: %s", e.what());
Expand Down

0 comments on commit 31261ce

Please sign in to comment.