diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-23 17:55:42 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-23 17:55:42 -0400 |
| commit | b02bb9227549fd2a6076a27af47e6d8e98e3f891 (patch) | |
| tree | d0956d729b80f80a49aa2b01151f36cc93aa767a | |
| parent | 235b6c98eab20f6473c149dbd5e7b0ecc08ec302 (diff) | |
add subtitle extraction logging
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaEncoder/MediaEncoder.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaEncoder/MediaEncoder.cs b/MediaBrowser.Server.Implementations/MediaEncoder/MediaEncoder.cs index 69e84dd05..807f38ae0 100644 --- a/MediaBrowser.Server.Implementations/MediaEncoder/MediaEncoder.cs +++ b/MediaBrowser.Server.Implementations/MediaEncoder/MediaEncoder.cs @@ -476,7 +476,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder { try { - _logger.Info("Killing ffmpeg subtitle extraction process"); + _logger.Info("Killing ffmpeg subtitle conversion process"); process.Kill(); @@ -486,7 +486,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder } catch (Exception ex) { - _logger.ErrorException("Error killing subtitle extraction process", ex); + _logger.ErrorException("Error killing subtitle conversion process", ex); } finally { |
