summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-11-18 18:58:57 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-11-24 13:05:23 +0000
commit9475a235b97a77796320d3c52118f8e0d98bac89 (patch)
treed3f488c583d1146cf288bc57e6707a41801c9136 /bus
parent2bc75daa2c4ae11d038b1ce576ef2ca63f26fb19 (diff)
downloaddbus-9475a235b97a77796320d3c52118f8e0d98bac89.tar.gz
Upgrade auth_timeout violation to a warning, since this branch has those
Diffstat (limited to 'bus')
-rw-r--r--bus/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/connection.c b/bus/connection.c
index 3d8a5fae..f278e619 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);