diff --git a/src/csharp/Meadow/DebugSessionLogger.cs b/src/csharp/Meadow/DebugSessionLogger.cs index dfb2507..3d6b990 100644 --- a/src/csharp/Meadow/DebugSessionLogger.cs +++ b/src/csharp/Meadow/DebugSessionLogger.cs @@ -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) {