mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
doc: update after PIPEWIRE_DEBUG changes
This commit is contained in:
parent
6a69152185
commit
846dbce7f1
2 changed files with 6 additions and 7 deletions
|
|
@ -530,7 +530,7 @@ parse_pw_debug_env(void)
|
|||
if (!str || (slen = strlen(str)) == 0)
|
||||
return NULL;
|
||||
|
||||
/* String format is PIPEWIRE_DEBUG=<glob>:<level>[,<glob>:<level>,...],
|
||||
/* String format is PIPEWIRE_DEBUG=[<glob>:]<level>,...,
|
||||
* converted into [{ conn.* = 0}, {glob = level}, {glob = level}, ....] ,
|
||||
* with the connection namespace disabled by default.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue