adjust logging

pull/702/head
Luke Pulverenti 9 years ago
parent 6ea8ef9107
commit 8d6acbbc68

@ -325,7 +325,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
EnableRaisingEvents = true
};
_logger.Info("{0} {1}", process.StartInfo.FileName, process.StartInfo.Arguments);
_logger.Debug("{0} {1}", process.StartInfo.FileName, process.StartInfo.Arguments);
var idetFoundInterlaced = false;
using (var processWrapper = new ProcessWrapper(process, this, _logger))

Loading…
Cancel
Save