forked from goodboy/tractor
1
0
Fork 0

Add spaces before values in log msg

sigintsaviour_citesthackin
Tyler Goodlet 2022-06-26 13:47:43 -04:00
parent 59e7f29eed
commit 5f0262fd98
1 changed files with 2 additions and 2 deletions

View File

@ -511,8 +511,8 @@ class Portal:
if ctx.chan.connected():
log.info(
'Waiting on final context-task result for\n'
f'task:{cid}\n'
f'actor:{uid}'
f'task: {cid}\n'
f'actor: {uid}'
)
result = await ctx.result()