Less newlines in `._rpc` log msg

CONT_log_sys_testing
Gud Boi 2026-02-09 13:54:18 -05:00
parent d801e7a150
commit 21f05f707f
1 changed files with 2 additions and 2 deletions

View File

@ -897,9 +897,9 @@ async def _invoke(
)
logmeth(
f'{message}\n'
f'{message}'
f'\n'
f'{descr_str}\n'
f'{descr_str}'
)