Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
do not output "Error" all over the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Jun 20, 2018
1 parent a2d30c7 commit 1b09a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libkb/bootstrap_active_device.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func fixupBootstrapError(err error) error {
}

func bootstrapActiveDeviceReturnRawError(m MetaContext, uid keybase1.UID, deviceID keybase1.DeviceID, online bool) (err error) {
defer m.CTrace("bootstrapActiveDeviceReturnRawError", func() error { return err })()
defer m.CTrace("bootstrapActiveDeviceReturnRaw", func() error { return err })()

ad := m.ActiveDevice()
if ad.IsValidFor(uid, deviceID) {
Expand Down

0 comments on commit 1b09a40

Please sign in to comment.