Skip to content

Commit 046c6ce

Browse files
committed
set_audio_delay: log changed value
refers GH-219
1 parent 3dc4306 commit 046c6ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/host.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ int get_audio_delay(void)
817817

818818
void set_audio_delay(int audio_delay)
819819
{
820+
log_msg(LOG_LEVEL_NOTICE, "Setting A/V delay: %d\n", audio_delay);
820821
audio_offset = max(audio_delay, 0);
821822
video_offset = audio_delay < 0 ? abs(audio_delay) : 0;
822823
}

0 commit comments

Comments
 (0)