Upgrade auth_timeout violation to a warning, since this branch has those
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 18 Nov 2014 18:58:57 +0000 (18:58 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 24 Nov 2014 13:05:23 +0000 (13:05 +0000)
bus/connection.c

index 3d8a5fa..f278e61 100644 (file)
@@ -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);