Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce5a8df

Browse files
authored
Remove error log entry on clean BiDi shutdown. (#8806)
Closes #8803.
1 parent c2bbe97 commit ce5a8df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api_core/google/api_core/bidi.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,6 @@ def _thread_main(self, ready):
669669
exc,
670670
)
671671

672-
else:
673-
_LOGGER.error("The bidirectional RPC exited.")
674-
675672
_LOGGER.info("%s exiting", _BIDIRECTIONAL_CONSUMER_NAME)
676673

677674
def start(self):

0 commit comments

Comments
 (0)