mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05:00
Improve logging
This commit is contained in:
parent
0398f997d7
commit
e92e1acec4
4 changed files with 44 additions and 23 deletions
|
|
@ -35,6 +35,10 @@
|
|||
void
|
||||
pinos_init (int *argc, char **argv[])
|
||||
{
|
||||
const char *str;
|
||||
|
||||
if ((str = getenv ("PINOS_DEBUG")))
|
||||
pinos_log_set_level (atoi (str));
|
||||
}
|
||||
|
||||
const char *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue