Style, small fixes, Windows single file

This commit is contained in:
2022-01-07 11:08:56 +01:00
parent ee82603f2f
commit e4dde1181c
5 changed files with 20 additions and 3 deletions

View File

@@ -48,7 +48,6 @@ namespace FileTime.Providers.Local
var pathParts = (IsCaseInsensitive ? path.ToLower() : path).TrimStart(Constants.SeparatorChar).Split(Constants.SeparatorChar);
var rootContainer = RootContainers.FirstOrDefault(c => NormalizePath(c.Name) == NormalizePath(pathParts[0]));
_logger.LogError("No root container found with name '{0}'", path[0]);
if (rootContainer == null)
{
_logger.LogWarning("No root container found with name '{0}'", path[0]);