aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/IO
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-27 18:13:46 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-27 18:13:46 -0400
commit31bb5b5cb349f33842994415dd1d876385b599bb (patch)
treefb7af1d9b160852fe894e654bdb4b1d19e79da76 /MediaBrowser.Server.Implementations/IO
parentecbec1f6fd26da204fa80bea171790f599975880 (diff)
removed udp server layer
Diffstat (limited to 'MediaBrowser.Server.Implementations/IO')
-rw-r--r--MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs4
1 files changed, 4 insertions, 0 deletions
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);
}