mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 15:55:14 +00:00
Indent first line of formatted traceback
This commit is contained in:
@@ -704,7 +704,7 @@ def _make_audit_hook(audited_events: dict[str, AuditConfig]) -> Callable:
|
||||
) # exclude this function call
|
||||
tb = "".join(stack).strip()
|
||||
_LOGGER.debug(
|
||||
"Audited event: %s %s, traceback (most recent call first):\n%s",
|
||||
"Audited event: %s %s, traceback (most recent call first):\n %s",
|
||||
event,
|
||||
args_repr,
|
||||
tb,
|
||||
|
||||
Reference in New Issue
Block a user