Skip to content

Commit

Permalink
Standardise Transferrring message across IDEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Mar 26, 2024
1 parent 6330bfd commit 9b50773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csharp/Meadow/DebugSessionLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal async Task ReportFileProgress(string fileName, uint percentage)
{
if (percentage <= 1)
{
this.LogInformation($"Sending {fileName}");
this.LogInformation($"Transferring: {fileName}");
}
else if (percentage % 10 == 0)
{
Expand Down

0 comments on commit 9b50773

Please sign in to comment.