doc: update after PIPEWIRE_DEBUG changes

This commit is contained in:
Wim Taymans 2022-12-16 18:29:19 +01:00
parent 6a69152185
commit 846dbce7f1
2 changed files with 6 additions and 7 deletions

View file

@ -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.
*/