Skip to content

Commit

Permalink
Remove error log entry on clean BiDi shutdown. (#8806)
Browse files Browse the repository at this point in the history
Closes #8803.
  • Loading branch information
tseaver authored Jul 29, 2019
1 parent c2bbe97 commit ce5a8df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api_core/google/api_core/bidi.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,6 @@ def _thread_main(self, ready):
exc,
)

else:
_LOGGER.error("The bidirectional RPC exited.")

_LOGGER.info("%s exiting", _BIDIRECTIONAL_CONSUMER_NAME)

def start(self):
Expand Down

0 comments on commit ce5a8df

Please sign in to comment.