Skip to content

Commit

Permalink
audio: changed log level for ausrc error handler messages (#1554)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Mittermaier <r.mittermaier@commend.com>
  • Loading branch information
RobertMi21 and RobertMi21 committed Jul 23, 2021
1 parent 9b467df commit 1b4d109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ static void ausrc_error_handler(int err, const char *str, void *arg)
MAGIC_CHECK(a);

if (!err) {
warning("audio: ausrc warning (%s)\n", str);
info("audio: ausrc - %s\n", str);
}
else {
if (a->errh)
Expand Down

0 comments on commit 1b4d109

Please sign in to comment.