mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
rework logging to make it more modular
This commit is contained in:
parent
9b74afcfa3
commit
77779ead6d
9 changed files with 161 additions and 109 deletions
|
|
@ -203,7 +203,7 @@ int main(int argc, char *argv[]) {
|
|||
};
|
||||
|
||||
oil_init();
|
||||
pa_log_set_maximal_level(PA_LOG_DEBUG);
|
||||
pa_log_set_level(PA_LOG_DEBUG);
|
||||
|
||||
pa_assert_se(pool = pa_mempool_new(FALSE, 0));
|
||||
pa_assert_se(envelope = pa_envelope_new(&ss));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue