mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-29 06:46:38 -04:00
milan-avb: avdecc: drop dead debug gate around avb_log_state
This commit is contained in:
parent
9c0007173b
commit
c967b39f18
1 changed files with 1 additions and 4 deletions
|
|
@ -458,10 +458,7 @@ void avb_log_state(struct server *server, const char *label)
|
|||
{
|
||||
if (server == NULL)
|
||||
return;
|
||||
#if 0
|
||||
if (!pw_log_level_enabled(SPA_LOG_LEVEL_DEBUG))
|
||||
return;
|
||||
#endif
|
||||
|
||||
pw_log_debug("===== state @ %s =====", label);
|
||||
adp_log_state(server, label);
|
||||
avb_msrp_log_state(server, label);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue