Skip to content

Commit 8060e82

Browse files
committed
ENH: align error and warning log format
1 parent 0eff929 commit 8060e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _showwarning(
177177
line: Optional[str] = None,
178178
) -> None: # pragma: no cover
179179
"""Callable to override the default warning handler, to have colored output."""
180-
print('{yellow}WARNING{reset} {}'.format(message, **_STYLES))
180+
print('{yellow}meson-python: warning:{reset} {}'.format(message, **_STYLES))
181181

182182

183183
def _setup_cli() -> None:

0 commit comments

Comments
 (0)