Skip to content

Commit 8bc0353

Browse files
committed
Minor text fix to log
1 parent 6dc2455 commit 8bc0353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UmbracoFileSystemProviders.Azure/AzureFileSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public IEnumerable<string> GetFiles(string path, string filter)
476476
return url.Substring(this.rootContainerUrl.Length);
477477
}
478478

479-
this.LogHelper.Error<AzureFileSystem>("Directory not found", new DirectoryNotFoundException($"Directory not found at{path}"));
479+
this.LogHelper.Error<AzureFileSystem>("Directory not found", new DirectoryNotFoundException($"Directory not found at '{path}' with filter '{filter}'"));
480480
return null;
481481
}).Where(x => x != null);
482482
}

0 commit comments

Comments
 (0)