From f9a6779aa4013e474ba55892fae84dab422d1ce4 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 18 Nov 2014 18:58:57 +0000 Subject: [PATCH 03/11] Upgrade auth_timeout violation to a warning, since this branch has those --- bus/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/connection.c b/bus/connection.c index 3d8a5fa..f278e61 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); -- 2.1.3