summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hal-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal-interface.c b/hal-interface.c
index d8807a3..9753b09 100644
--- a/hal-interface.c
+++ b/hal-interface.c
@@ -440,7 +440,7 @@ STATIC int UpdateOneSndCtl(alsaHalCtlMapT *ctl, json_object *sndCtlJ) {
json_object *dbscaleJ;
if (!json_object_object_get_ex(tmpJ, "dbscale", &dbscaleJ)) {
- AFB_INFO("TLV found but not DBscale attached ctl name=%s numid=%d", ctl->name, ctl->numid);
+ AFB_INFO("TLV found but no DBscale attached ctl name=%s numid=%d", ctl->name, ctl->numid);
} else {
ctl->dbscale = malloc(sizeof (alsaHalDBscaleT));