aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/EntryPoints
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-25 23:25:07 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-25 23:25:07 -0400
commita7b32d4ec0bd3f4b383078a9ecf2e2f20757bdc9 (patch)
tree47968bca3df37bc31debb84060df806dc30b3610 /MediaBrowser.Server.Implementations/EntryPoints
parent25cdbf014e16c7607605ee7287adcc953bba6211 (diff)
update audio transcoding bitrate
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs2
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);
}
}