Denoise duplicate chan logging for now

aio_abandons
Tyler Goodlet 2024-12-09 17:36:52 -05:00
parent b91ab9e3a8
commit 54699d7a0b
1 changed files with 6 additions and 3 deletions

View File

@ -456,10 +456,13 @@ class Actor:
) )
if _pre_chan: if _pre_chan:
log.warning(
# con_status += ( # con_status += (
# ^TODO^ swap once we minimize conn duplication # ^TODO^ swap once we minimize conn duplication
f' -> Wait, we already have IPC with `{uid_short}`??\n' # -[ ] last thing might be reg/unreg runtime reqs?
# log.warning(
log.debug(
f'?Wait?\n'
f'We already have IPC with peer {uid_short!r}\n'
f'|_{_pre_chan}\n' f'|_{_pre_chan}\n'
) )