From 0bc84b7d4163184bbdf0db542a79f37bb06049a3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 1 Oct 2014 21:36:58 -0400 Subject: 3.0.5387 Beta --- MediaBrowser.Server.Implementations/Session/SessionManager.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MediaBrowser.Server.Implementations/Session') 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(); -- cgit v1.2.3