add logging to connect reporting

This commit is contained in:
Luke Pulverenti
2015-06-02 23:16:39 -04:00
parent 92ce7c0fa8
commit 6f7d7e61b9
2 changed files with 15 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ using MediaBrowser.Common.Net;
using MediaBrowser.Controller.Connect;
using MediaBrowser.Controller.Plugins;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.Net;
using System;
using System.IO;
using System.Net;
@@ -59,9 +60,13 @@ namespace MediaBrowser.Server.Implementations.Connect
}
}
}
catch
catch (HttpException)
{
}
catch (Exception ex)
{
_logger.ErrorException("Error getting connection info", ex);
}
}
private string CacheFilePath