From 8cacdcc8d3f1d7cc38f47faf3eb8afe9da7f66ab Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 10 Oct 2023 08:53:10 -0400 Subject: [PATCH] MT#55283 fix typo Change-Id: I713cf8a2783f2af24771db3de0b1a30aa37df483 --- recording-daemon/mix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recording-daemon/mix.c b/recording-daemon/mix.c index c7742bc48..6e443364e 100644 --- a/recording-daemon/mix.c +++ b/recording-daemon/mix.c @@ -100,7 +100,7 @@ unsigned int mix_get_index(mix_t *mix, void *ptr) { } } - ilog(LOG_DEBUG, "Re-using mix input index $%u", next); + ilog(LOG_DEBUG, "Re-using mix input index #%u", next); mix_input_reset(mix, next); mix->input_ref[next] = ptr; return next;