From: Simon McVittie Date: Tue, 18 Nov 2014 18:58:57 +0000 (+0000) Subject: Upgrade auth_timeout violation to a warning, since this branch has those X-Git-Tag: dbus-1.9.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9475a235b97a77796320d3c52118f8e0d98bac89;p=thirdparty%2Fdbus.git Upgrade auth_timeout violation to a warning, since this branch has those --- diff --git a/bus/connection.c b/bus/connection.c index 3d8a5fae1..f278e619c 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -863,7 +863,7 @@ bus_connections_expire_incomplete (BusConnections *connections) /* Unfortunately, we can't identify the connection: it doesn't * have a unique name yet, we don't know its uid/pid yet, * and so on. */ - bus_context_log (connections->context, DBUS_SYSTEM_LOG_INFO, + bus_context_log (connections->context, DBUS_SYSTEM_LOG_WARNING, "Connection has not authenticated soon enough, closing it " "(auth_timeout=%dms, elapsed: %.0fms)", auth_timeout, elapsed);