Skip to content

Commit

Permalink
seed: change termilogy for the copy timings for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronis committed Feb 8, 2024
1 parent 99d5b80 commit 13c7fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/seed20.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (s *seed20) Copy(seedDir string, label string, tm timings.Measurer) (err er
return err
}

span := tm.StartSpan("copy-seed20", fmt.Sprintf("copy seed20 from %s to %s", srcSystemDir, destSystemDir))
span := tm.StartSpan("copy-recovery-system", fmt.Sprintf("copy recovery system from %s to %s", srcSystemDir, destSystemDir))
defer span.Stop()

// copy all files (including unasserted snaps) from the seed to the
Expand Down

0 comments on commit 13c7fdc

Please sign in to comment.