Skip to content

Commit f3cc1ea

Browse files
committed
WIP
1 parent ed03cec commit f3cc1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/speedtest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func (r *RootCmd) speedtest() *serpent.Command {
162162
default:
163163
return xerrors.Errorf("invalid direction: %q", direction)
164164
}
165-
cliui.Infof(inv.Stdout, "Starting a %ds %s test...", int(duration.Seconds()), tsDir)
165+
cliui.Infof(inv.Stderr, "Starting a %ds %s test...", int(duration.Seconds()), tsDir)
166166
results, err := conn.Speedtest(ctx, tsDir, duration)
167167
if err != nil {
168168
return err

0 commit comments

Comments
 (0)