x11: Lower the severity of D-Bus not being accessible
As there is a fallback through xdg-screensaver, no need to make this any more important than a log message.
This commit is contained in:
parent
65fa874c3a
commit
6ab7fab326
|
@ -74,7 +74,7 @@ static void dbus_ensure_connection(void)
|
|||
|
||||
if (dbus_error_is_set(&err))
|
||||
{
|
||||
RARCH_ERR("[DBus]: Failed to get DBus connection. Screensaver will not be suspended via DBus.\n");
|
||||
RARCH_LOG("[DBus]: Failed to get DBus connection. Screensaver will not be suspended via DBus.\n");
|
||||
dbus_error_free(&err);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue