Other Dovecot log messages don't have spaces in key=value.
if (reason == NULL)
reason = "Connection closed";
- i_info("Disconnect from %s: %s (state = %s)", client_remote_id(client),
+ i_info("Disconnect from %s: %s (state=%s)", client_remote_id(client),
reason, client_state_get_name(client));
if (conn != NULL) {
if (reason == NULL)
reason = "Connection closed";
- i_info("Disconnect from %s: %s %s (state = %s)",
+ i_info("Disconnect from %s: %s %s (state=%s)",
client_remote_id(client),
reason, client_stats(client),
client_state_get_name(client));