Fix missing newline in task-cancel log-message

runtime_to_msgspec
Tyler Goodlet 2024-05-30 09:06:10 -04:00
parent 28af4749cc
commit 6e54abc56d
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,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'
)