Skip to content

Commit

Permalink
docs(update_expected): rephrase finishing log entry a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jun 12, 2024
1 parent c3d3ad8 commit a716694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ fn run(cli: Cli) -> ExitCode {
!is_empty
});

log::debug!("gathering of new metadata files completed, writing to file system…");
log::debug!("processing complete, writing new metadata to file system…");

for (path, file) in files {
log::debug!("writing new metadata to {}", path.display());
Expand Down

0 comments on commit a716694

Please sign in to comment.