aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-07 12:39:21 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-07 12:39:21 -0500
commit211d24e66e717f6294840b4f91806a24c1fb2e78 (patch)
treea7518dc8009af213745494cdbaa7f0896caabfd9 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent893093a64addacca81c9422e52025f92b829a050 (diff)
revised windows phone fix
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 796366181..fb5f56693 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -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");