Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts mux: move 'scan timed out' from info log to warn log
  • Loading branch information
perexg committed May 30, 2016
1 parent 2da800d commit 696f476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_mux.c
Expand Up @@ -1071,7 +1071,7 @@ mpegts_mux_scan_done ( mpegts_mux_t *mm, const char *buf, int res )
tvhinfo("mpegts", "%s - scan complete (partial - %d/%d tables)", buf, total, incomplete);
mpegts_network_scan_mux_partial(mm);
} else {
tvhinfo("mpegts", "%s - scan timed out (%d/%d tables)", buf, total, incomplete);
tvhwarn("mpegts", "%s - scan timed out (%d/%d tables)", buf, total, incomplete);
mpegts_network_scan_mux_fail(mm);
}
} else if (res) {
Expand Down

0 comments on commit 696f476

Please sign in to comment.