fix mono project

This commit is contained in:
Luke Pulverenti
2016-11-04 10:09:21 -04:00
parent 67ffbed93e
commit a7b11c8ee9
2 changed files with 31 additions and 29 deletions

View File

@@ -1,10 +1,10 @@
using MediaBrowser.Common.Net;
using System;
using MediaBrowser.Common.Net;
using MediaBrowser.Controller;
using MediaBrowser.Controller.Plugins;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.Serialization;
using MediaBrowser.Server.Implementations.Udp;
using System.Net.Sockets;
namespace MediaBrowser.Server.Implementations.EntryPoints
{
@@ -60,7 +60,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
UdpServer = udpServer;
}
catch (SocketException ex)
catch (Exception ex)
{
_logger.ErrorException("Failed to start UDP Server", ex);
}