aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-17 15:52:05 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-17 15:52:05 -0500
commit2481c5d9f89be22d9e15c89a05763f167f51797f (patch)
tree57ef80bd72cd9f8eced6865d1023b04af456b02c /Emby.Server.Core
parentcc73830cd6df7049281df6e43615096a5b47ccb4 (diff)
fix boxset socket events
Diffstat (limited to 'Emby.Server.Core')
-rw-r--r--Emby.Server.Core/EntryPoints/ExternalPortForwarding.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Core/EntryPoints/ExternalPortForwarding.cs b/Emby.Server.Core/EntryPoints/ExternalPortForwarding.cs
index 11e275940..b75de2ff4 100644
--- a/Emby.Server.Core/EntryPoints/ExternalPortForwarding.cs
+++ b/Emby.Server.Core/EntryPoints/ExternalPortForwarding.cs
@@ -238,7 +238,7 @@ namespace Emby.Server.Core.EntryPoints
}
catch (Exception ex)
{
- _logger.ErrorException("Error creating port map", ex);
+ _logger.Error("Error creating port map: " + ex.Message);
}
}