mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
modules: move some spa_debug_mem to the log
Instead of dumping to stderr, write it to the log file.
This commit is contained in:
parent
4b145ad444
commit
9a5609de2b
10 changed files with 14 additions and 12 deletions
|
|
@ -315,7 +315,7 @@ short_packet:
|
|||
return -EINVAL;
|
||||
invalid_version:
|
||||
pw_log_warn("invalid RTP version");
|
||||
spa_debug_mem(0, buffer, len);
|
||||
spa_debug_log_mem(pw_log_get(), SPA_LOG_LEVEL_INFO, 0, buffer, len);
|
||||
return -EPROTO;
|
||||
invalid_len:
|
||||
pw_log_warn("invalid RTP length");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue