From 6ab7fab326d1f2eddceec713b227e4329e395345 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 16 Sep 2016 12:32:22 +0200 Subject: [PATCH] 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. --- gfx/common/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/x11_common.c b/gfx/common/x11_common.c index 551e60e368..77bd77b519 100644 --- a/gfx/common/x11_common.c +++ b/gfx/common/x11_common.c @@ -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); }