revised windows phone fix

This commit is contained in:
LukePulverenti
2013-03-07 12:39:21 -05:00
parent 893093a64a
commit 211d24e66e
2 changed files with 13 additions and 10 deletions

View File

@@ -518,7 +518,7 @@ namespace MediaBrowser.Api.Playback
ServerEntryPoint.Instance.OnTranscodeBeginning(outputPath, TranscodingJobType, process);
//Logger.Info(process.StartInfo.FileName + " " + process.StartInfo.Arguments);
Logger.Info(process.StartInfo.FileName + " " + process.StartInfo.Arguments);
var logFilePath = Path.Combine(ApplicationPaths.LogDirectoryPath, "ffmpeg-" + Guid.NewGuid() + ".txt");