Small code correction typo

This commit is contained in:
echel0n 2014-04-21 13:19:50 -07:00
commit a6cd0f156b

View file

@ -294,7 +294,7 @@ def initialize(section=None):
logger.warning("Failed to locate ffmpeg, transcoding disabled!") logger.warning("Failed to locate ffmpeg, transcoding disabled!")
logger.warning("Install ffmpeg with x264 support to enable this feature ...") logger.warning("Install ffmpeg with x264 support to enable this feature ...")
if not FFMPEG: if not FFPROBE:
FFPROBE = None FFPROBE = None
logger.warning("Failed to locate ffprobe, video corruption detection disabled!") logger.warning("Failed to locate ffprobe, video corruption detection disabled!")
logger.warning("Install ffmpeg with x264 support to enable this feature ...") logger.warning("Install ffmpeg with x264 support to enable this feature ...")