diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-01 21:36:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-01 21:36:58 -0400 |
| commit | 0bc84b7d4163184bbdf0db542a79f37bb06049a3 (patch) | |
| tree | b313b31e673c6409e30f63fdbf0626bf5b6790d2 /MediaBrowser.Server.Implementations/Session/SessionManager.cs | |
| parent | 8e41325dca689e866ad3628863ca21a95cb76db6 (diff) | |
3.0.5387 Beta
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/SessionManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Session/SessionManager.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionManager.cs b/MediaBrowser.Server.Implementations/Session/SessionManager.cs index ceda8f47d..58a6f649c 100644 --- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs +++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs @@ -1417,6 +1417,10 @@ namespace MediaBrowser.Server.Implementations.Session { _jsonSerializer.SerializeToFile(capabilities, path); } + catch (Exception ex) + { + _logger.ErrorException("Error saving to {0}", ex, path); + } finally { _capabilitiesLock.Release(); |
