Skip to content

Commit

Permalink
director: Include peak output buffer size in director connection log …
Browse files Browse the repository at this point in the history
…messages
  • Loading branch information
sirainen authored and cmouse committed Nov 6, 2017
1 parent 18da63b commit ef996cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/director/director-connection.c
Expand Up @@ -190,6 +190,8 @@ director_connection_append_stats(struct director_connection *conn, string_t *str
str_printfa(str, ", %"PRIuSIZE_T" bytes in output buffer",
o_stream_get_buffer_used_size(conn->output));
}
str_printfa(str, ", %zu peak output buffer size",
conn->peak_bytes_buffered);
}

static void
Expand Down

0 comments on commit ef996cb

Please sign in to comment.