aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Session/SessionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-29 10:19:12 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-29 10:19:12 -0400
commit25b54158297fa7a27781d86fa987de0d3056b6e2 (patch)
treea53fab13163c049f10683791e7f6b871fd288508 /MediaBrowser.Server.Implementations/Session/SessionManager.cs
parent5477c61596e401549bb3e14ac258ea61aee74743 (diff)
update live tv styles
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/SessionManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Session/SessionManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionManager.cs b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
index 0ee9e6213..ee09395da 100644
--- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs
+++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
@@ -165,6 +165,8 @@ namespace MediaBrowser.Server.Implementations.Session
if (disposable != null)
{
+ _logger.Debug("Disposing session controller {0}", disposable.GetType().Name);
+
try
{
disposable.Dispose();