This commit is contained in:
sezanzeb 2020-11-22 21:54:31 +01:00
parent b2fed7887f
commit 9f8266f140

View File

@ -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.'
) )