diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-20 13:39:58 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-30 22:44:39 +0100 |
| commit | 79d18cf5a5fde7594eb17247f920a54d8978a81c (patch) | |
| tree | 59343a16d7df98f59e305e63fa2f585d443a7ddd /Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs | |
| parent | ea4c914123ba8279b9d9fcf7d5318e11f7a3da4c (diff) | |
Clean up some catch statements
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs')
| -rw-r--r-- | Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs b/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs index a95e21e1c..6cd867921 100644 --- a/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs +++ b/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs @@ -166,6 +166,7 @@ namespace Emby.Server.Implementations.EntryPoints } catch (Exception ex) { + _logger.LogError(ex, "Error"); return; } |
