rtstutter: increase log level by default

This commit is contained in:
Lennart Poettering 2009-06-07 23:24:02 +02:00
parent 8eaea3aa64
commit ab5adce7a0

View file

@ -93,6 +93,8 @@ static void* work(void *p) {
int main(int argc, char*argv[]) {
unsigned n;
pa_log_set_level(PA_LOG_DEBUG);
srand((unsigned) time(NULL));
if (argc >= 3) {