mpegts: debug statement fix

This commit is contained in:
Adam Sutton 2013-08-18 11:41:08 +01:00
parent 69aa247167
commit ca35906be5

View file

@ -475,7 +475,7 @@ mpegts_mux_initial_scan_timeout ( void *aux )
char buf[256];
mpegts_mux_t *mm = aux;
mm->mm_display_name(mm, buf, sizeof(buf));
tvhdebug("mpegts", "%s - initial scan timed", buf);
tvhdebug("mpegts", "%s - initial scan timed out", buf);
mpegts_mux_initial_scan_done(mm);
}