xkb
sezanzeb 4 years ago committed by sezanzeb
parent 8864c8bcfd
commit 35967741d8

@ -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…
Cancel
Save