summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/modules/bluetooth/module-bluetooth-discover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c
index f9540b32..05236486 100644
--- a/src/modules/bluetooth/module-bluetooth-discover.c
+++ b/src/modules/bluetooth/module-bluetooth-discover.c
@@ -123,7 +123,7 @@ int pa__init(pa_module* m) {
}
if (pa_modargs_get_value_boolean(ma, "async", &async) < 0) {
- pa_log("Failed to parse tsched argument.");
+ pa_log("Failed to parse async argument.");
goto fail;
}