Browse Source

MT#55283 formatting fix

Change-Id: I58e87246d273a64939fd0cadcb8bbcadebf7a530
rfuchs/dubber
Richard Fuchs 7 months ago
parent
commit
1e11b44f36
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      daemon/control_ng.c

+ 2
- 2
daemon/control_ng.c View File

@ -902,13 +902,13 @@ err_send:
send_resp:
if (cmd.s) {
ilogs(control, LOG_INFO, "Replying to '" STR_FORMAT "'"
ilogs(control, LOG_INFO, "Replying to '" STR_FORMAT "' "
"from %s (elapsed time %" PRId64 ".%06" PRId64 " sec)",
STR_FMT(&cmd), addr, cmd_process_time / 1000000, cmd_process_time % 1000000);
if (get_log_level(control) >= LOG_DEBUG) {
log_str = g_string_sized_new(256);
g_string_append_printf(log_str, "Response dump for '"STR_FORMAT"' to %s: %s",
g_string_append_printf(log_str, "Response dump for '" STR_FORMAT "' to %s: %s",
STR_FMT(&cmd), addr,
rtpe_config.common.log_mark_prefix);
parser->pretty_print(command_ctx.resp, log_str);


Loading…
Cancel
Save