Skip to content

Commit

Permalink
audio testcard: fixed misleading info message
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Oct 25, 2023
1 parent 5013ee9 commit e6e4f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/capture/testcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ generate_signal(struct state_audio_capture_testcard *s, enum pattern pattern,

log_msg(LOG_LEVEL_NOTICE,
MOD_NAME "Generating %d Hz (%.2f RMS dBFS) %s (%s, "
"frames per packet: %llu).\n",
"samples per frame: %llu).\n",
frequency, volume, pattern_name,
audio_desc_to_cstring(audio_desc_from_frame(&s->audio)),
s->chunk_size);
Expand Down

0 comments on commit e6e4f18

Please sign in to comment.