Skip to content

Commit e8076ae

Browse files
committed
deltacast_dv: fixed wrong message
1 parent 11d5275 commit e8076ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/video_capture/deltacast_dvi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,9 +729,9 @@ vidcap_deltacast_dvi_done(void *state)
729729
VHD_GetStreamProperty(s->StreamHandle, VHD_CORE_SP_SLOTS_COUNT,
730730
&SlotsCount);
731731
log_msg(SlotsDropped > 0 ? LOG_LEVEL_WARNING : LOG_LEVEL_INFO,
732-
"%" PRIu_ULONG " frames %s (%" PRIu_ULONG
732+
"%" PRIu_ULONG " frames received (%" PRIu_ULONG
733733
" dropped)\n",
734-
SlotsCount, "hh", SlotsDropped);
734+
SlotsCount, SlotsDropped);
735735

736736
VHD_StopStream(s->StreamHandle);
737737
VHD_CloseStreamHandle(s->StreamHandle);

0 commit comments

Comments
 (0)