Skip to content

Commit

Permalink
director: Fix whitespace position in some log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and villesavolainen committed Jun 19, 2017
1 parent 4cd5e45 commit 8ad704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/director/director-connection.c
Expand Up @@ -1774,7 +1774,7 @@ director_connection_log_disconnect(struct director_connection *conn, int err,
str_printfa(str, ": %s", errstr);
}

str_append(str, "( ");
str_append(str, " (");
director_connection_append_stats(conn, str);

if (!conn->me_received)
Expand Down

0 comments on commit 8ad704f

Please sign in to comment.