Fix copy-paste error
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 3 Mar 2026 09:49:30 +0000 (10:49 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 3 Mar 2026 10:25:27 +0000 (11:25 +0100)
Not sure whether these shortcuts are used at all.

src/sysmisc.py

index 43ff842..12c7f82 100644 (file)
@@ -484,7 +484,7 @@ def err(fmt, *args):
 
 def wrn(fmt, *args):
     """Short name for WARN logging."""
-    llog.error(fmt, *args)
+    llog.warning(fmt, *args)
 
 
 # these methods use the format capability