mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: set default log level to WARNING
This commit is contained in:
parent
0d35f44fd9
commit
a910deb0fc
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit b4243991b3599237953611cd27ab5c3a62a426bd
|
||||
Subproject commit 52afbcf07722b7ac457290f10d2e770c4b5838d4
|
||||
|
|
@ -359,6 +359,8 @@ void pw_init(int *argc, char **argv[])
|
|||
|
||||
if ((str = getenv("PIPEWIRE_DEBUG")))
|
||||
configure_debug(support, str);
|
||||
else
|
||||
pw_log_set_level(SPA_LOG_LEVEL_WARN);
|
||||
|
||||
if ((str = getenv("SPA_PLUGIN_DIR")) == NULL)
|
||||
str = PLUGINDIR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue