alsa: Tidy up argument descriptions

This commit is contained in:
Colin Guthrie 2011-09-07 21:11:58 +01:00
parent 69fe26206f
commit db704130d6
5 changed files with 6 additions and 6 deletions

View file

@ -1809,7 +1809,7 @@ pa_source *pa_alsa_source_new(pa_module *m, pa_modargs *ma, const char*driver, p
* variable is impossible. */
namereg_fail = data.namereg_fail;
if (pa_modargs_get_value_boolean(ma, "namereg_fail", &namereg_fail) < 0) {
pa_log("Failed to parse boolean argument namereg_fail.");
pa_log("Failed to parse namereg_fail argument.");
pa_source_new_data_done(&data);
goto fail;
}