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