mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 23:49:04 +00:00
reds: Remove redundant __func in debug log
The function name is always prepended by the spice_log macro, so we don't need to explicitly add it in debug messages. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
2b08ba3d51
commit
edf90ba124
@ -1117,7 +1117,7 @@ static void reds_on_main_agent_monitors_config(RedsState *reds,
|
||||
return;
|
||||
}
|
||||
monitors_config = (VDAgentMonitorsConfig *)(cmc->buffer + sizeof(*msg_header));
|
||||
spice_debug("%s: %d", __func__, monitors_config->num_of_monitors);
|
||||
spice_debug("monitors_config->num_of_monitors: %d", monitors_config->num_of_monitors);
|
||||
reds_client_monitors_config(reds, monitors_config);
|
||||
spice_buffer_free(cmc);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user