diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-17 15:52:05 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-17 15:52:05 -0500 |
| commit | 2481c5d9f89be22d9e15c89a05763f167f51797f (patch) | |
| tree | 57ef80bd72cd9f8eced6865d1023b04af456b02c /Emby.Server.Core | |
| parent | cc73830cd6df7049281df6e43615096a5b47ccb4 (diff) | |
fix boxset socket events
Diffstat (limited to 'Emby.Server.Core')
| -rw-r--r-- | Emby.Server.Core/EntryPoints/ExternalPortForwarding.cs | 2 |
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); } } |
