diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-25 23:25:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-25 23:25:07 -0400 |
| commit | a7b32d4ec0bd3f4b383078a9ecf2e2f20757bdc9 (patch) | |
| tree | 47968bca3df37bc31debb84060df806dc30b3610 /MediaBrowser.Server.Implementations/EntryPoints | |
| parent | 25cdbf014e16c7607605ee7287adcc953bba6211 (diff) | |
update audio transcoding bitrate
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints')
| -rw-r--r-- | MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs b/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs index 2106a58de..fa05973d8 100644 --- a/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs +++ b/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs @@ -106,7 +106,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints else { // Seeing some blank exceptions coming through here - _logger.ErrorException("Error reported by Mono.Nat: ", ex); + //_logger.ErrorException("Error reported by Mono.Nat: ", ex); } } |
