allow global tsched setting for all modules loaded by module-hal

This commit is contained in:
Lennart Poettering 2008-07-31 21:24:23 +02:00
parent 4ccbc4dbe2
commit 4f3193dbef
2 changed files with 20 additions and 5 deletions

View file

@ -1148,7 +1148,7 @@ int pa__init(pa_module*m) {
}
if (pa_modargs_get_value_boolean(ma, "tsched", &use_tsched) < 0) {
pa_log("Failed to parse timer_scheduling argument.");
pa_log("Failed to parse tsched argument.");
goto fail;
}