We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d5275 commit e8076aeCopy full SHA for e8076ae
1 file changed
src/video_capture/deltacast_dvi.cpp
@@ -729,9 +729,9 @@ vidcap_deltacast_dvi_done(void *state)
729
VHD_GetStreamProperty(s->StreamHandle, VHD_CORE_SP_SLOTS_COUNT,
730
&SlotsCount);
731
log_msg(SlotsDropped > 0 ? LOG_LEVEL_WARNING : LOG_LEVEL_INFO,
732
- "%" PRIu_ULONG " frames %s (%" PRIu_ULONG
+ "%" PRIu_ULONG " frames received (%" PRIu_ULONG
733
" dropped)\n",
734
- SlotsCount, "hh", SlotsDropped);
+ SlotsCount, SlotsDropped);
735
736
VHD_StopStream(s->StreamHandle);
737
VHD_CloseStreamHandle(s->StreamHandle);
0 commit comments