mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
shorten log statement
This commit is contained in:
@@ -9,7 +9,7 @@ import errno
|
||||
|
||||
|
||||
def log(msg) -> None:
|
||||
sys.stderr.write(f"[bluetooth-pair] {msg}\n")
|
||||
sys.stderr.write(f"[pair] {msg}\n")
|
||||
|
||||
|
||||
def pair_fast():
|
||||
|
||||
Reference in New Issue
Block a user