Skip to content

Commit 4b71677

Browse files
authored
Merge pull request #114348 from normesta/normesta-reg-updates-5
Fixing a bug
2 parents 3ef1681 + 0f4ba6b commit 4b71677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/data-lake-storage-query-acceleration-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class ErrorHandler : IBlobQueryErrorReceiver
239239
{
240240
public void ReportError(BlobQueryError err)
241241
{
242-
Console.Error.WriteLine(String.Format("Error: {1}:{2}", err.Name, err.Description));
242+
Console.Error.WriteLine($"Error: {err.Name}:{ err.Description }");
243243
}
244244
}
245245

0 commit comments

Comments
 (0)