mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 18:08:01 +02:00
Upgrade auth_timeout violation to a warning, since this branch has those
This commit is contained in:
parent
2bc75daa2c
commit
9475a235b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue