Fix missing f-str in ems msg sender err block
parent
47f81b31af
commit
91397b85a4
|
@ -740,8 +740,8 @@ async def translate_and_relay_brokerd_events(
|
||||||
or not status_msg
|
or not status_msg
|
||||||
):
|
):
|
||||||
log.warning(
|
log.warning(
|
||||||
'Received status for unknown dialog {oid}:\n'
|
f'Received status for unknown dialog {oid}:\n'
|
||||||
'{fmsg}'
|
f'{fmsg}'
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue