We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542f99b commit 821d3e9Copy full SHA for 821d3e9
1 file changed
meshtastic/slog/slog.py
@@ -131,7 +131,7 @@ def _onLogMessage(self, line: str) -> None:
131
args = m.group(2)
132
args += " " # append a space so that if the last arg is an empty str it will still be accepted as a match
133
logging.debug(f"SLog {src}, reason: {args}")
134
- if(src != "PM"):
+ if src != "PM":
135
logging.warning(f"Not yet handling structured log {src} (FIXME)")
136
else:
137
d = log_defs.get(src)
0 commit comments