mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
warning
This commit is contained in:
parent
b2fed7887f
commit
9f8266f140
@ -48,7 +48,7 @@ def is_service_running():
|
|||||||
def get_dbus_interface():
|
def get_dbus_interface():
|
||||||
"""Get an interface to start and stop injecting keystrokes."""
|
"""Get an interface to start and stop injecting keystrokes."""
|
||||||
if not is_service_running():
|
if not is_service_running():
|
||||||
logger.error(
|
logger.warning(
|
||||||
'The daemon is not running, mapping keys only works as '
|
'The daemon is not running, mapping keys only works as '
|
||||||
'long as the window is open.'
|
'long as the window is open.'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user