From 31bb5b5cb349f33842994415dd1d876385b599bb Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 27 Mar 2013 18:13:46 -0400 Subject: removed udp server layer --- MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MediaBrowser.Server.Implementations/IO') diff --git a/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs b/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs index 14d413f1a..c33975a64 100644 --- a/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs +++ b/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs @@ -454,6 +454,10 @@ namespace MediaBrowser.Server.Implementations.IO // Should we remove it from it's parent? Logger.ErrorException("Error refreshing {0}", ex, i.Name); } + catch (Exception ex) + { + Logger.ErrorException("Error refreshing {0}", ex, i.Name); + } }))).ConfigureAwait(false); } -- cgit v1.2.3