Skip to content

Commit

Permalink
Print to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Sep 3, 2024
1 parent f29ecc0 commit 1c952ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/keyring/keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ func (ks keystore) migrate(key string) (*Record, error) {
return nil, fmt.Errorf("unable to set keyring.Item, err: %w", err)
}

fmt.Printf("Successfully migrated key %s.\n", key)
fmt.Fprintf(os.Stderr, "Successfully migrated key %s.\n", key)

return k, nil
}
Expand Down

0 comments on commit 1c952ab

Please sign in to comment.