mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
rtstutter: increase log level by default
This commit is contained in:
parent
8eaea3aa64
commit
ab5adce7a0
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ static void* work(void *p) {
|
||||||
int main(int argc, char*argv[]) {
|
int main(int argc, char*argv[]) {
|
||||||
unsigned n;
|
unsigned n;
|
||||||
|
|
||||||
|
pa_log_set_level(PA_LOG_DEBUG);
|
||||||
|
|
||||||
srand((unsigned) time(NULL));
|
srand((unsigned) time(NULL));
|
||||||
|
|
||||||
if (argc >= 3) {
|
if (argc >= 3) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue