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:
Bastien Nocera 2016-09-16 12:32:22 +02:00
parent 65fa874c3a
commit 6ab7fab326
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}