xP: resolve various issues, mostly in styling

This commit is contained in:
2022-09-07 17:25:31 +02:00
parent 2341228efd
commit 88a7b1a2d9
3 changed files with 44 additions and 13 deletions

4
xC.c
View File

@@ -4605,8 +4605,8 @@ log_formatter (struct app_context *ctx, struct buffer *buffer,
&& buffer == ctx->current_buffer->server->buffer))
can_leak = true;
relay_prepare_buffer_line
(ctx, buffer, line, can_leak && !ctx->isolate_buffers);
relay_prepare_buffer_line (ctx, buffer, line,
buffer != ctx->current_buffer && !ctx->isolate_buffers && can_leak);
relay_broadcast (ctx);
bool displayed = true;