Fix missing newline in task-cancel log-message

multihost_exs
Tyler Goodlet 2024-05-30 09:06:10 -04:00
parent d154afd678
commit a1779a8fa9
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ async def _errors_relayed_via_ipc(
# cancel scope will not have been inserted yet
if is_rpc:
log.warning(
'RPC task likely errored or cancelled before start?'
'RPC task likely errored or cancelled before start?\n'
f'|_{ctx._task}\n'
f' >> {ctx.repr_rpc}\n'
)