diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-05 14:55:10 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-05 14:55:10 +0100 |
commit | a49812268ea9e7e81ef3ac8a7947a0a96ccdda18 (patch) | |
tree | 0b2b160284f21cc244d446c48e50ddf19bc80e1d | |
parent | fb7748b333b42dca8d266d75da86f8812453c223 (diff) |
Move TLV warning message to notice level
-rw-r--r-- | hal-interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hal-interface.c b/hal-interface.c index d706583..d8807a3 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_WARNING("TLV found but not DBscale attached ctl name=%s numid=%d", ctl->name, ctl->numid); + AFB_INFO("TLV found but not DBscale attached ctl name=%s numid=%d", ctl->name, ctl->numid); } else { ctl->dbscale = malloc(sizeof (alsaHalDBscaleT)); |