Skip to content

Commit

Permalink
Pad Sending file message to overwrite previous percentage values writ…
Browse files Browse the repository at this point in the history
…ten to console
  • Loading branch information
adrianstevens committed Jun 16, 2024
1 parent 5464e5a commit c5d0622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/v2/Meadow.Tooling.Core/App/AppManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public static async Task DeployApplication(
}
}

logger?.LogInformation($"Sending '{Path.GetFileName(localFile.Key)}'");
logger?.LogInformation($"Sending '{Path.GetFileName(localFile.Key)}'".PadRight(80));
send_file:

if (!await connection.WriteFile(localFile.Key, meadowFilename, cancellationToken))
Expand Down

0 comments on commit c5d0622

Please sign in to comment.