diff options
Diffstat (limited to 'MediaBrowser.Common/IO/FileSystem.cs')
| -rw-r--r-- | MediaBrowser.Common/IO/FileSystem.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Common/IO/FileSystem.cs b/MediaBrowser.Common/IO/FileSystem.cs index e1abe7833..fde46dd5b 100644 --- a/MediaBrowser.Common/IO/FileSystem.cs +++ b/MediaBrowser.Common/IO/FileSystem.cs @@ -38,8 +38,6 @@ namespace MediaBrowser.Common.IO { if (!path.EndsWith("*", StringComparison.OrdinalIgnoreCase)) { - Logger.LogInfo("Handle came back invalid for {0}. This might be a network share. Since this is a directory we'll try appending " + Path.DirectorySeparatorChar + "*.", path); - NativeMethods.FindClose(handle); handle = NativeMethods.FindFirstFileEx(Path.Combine(path, "*"), FINDEX_INFO_LEVELS.FindExInfoBasic, out data, |
