improve language

This commit is contained in:
Josh Rickmar 2016-03-11 17:01:04 -05:00
parent 6e6cb307fa
commit 71649abefe

View file

@ -499,9 +499,9 @@ out:
}
timeout = req.lockAfter
if timeout == nil {
log.Info("Wallet unlocked without timeout")
log.Info("The wallet has been unlocked without a time limit")
} else {
log.Info("Wallet temporarily unlocked")
log.Info("The wallet has been temporarily unlocked")
}
req.err <- nil
continue
@ -550,7 +550,7 @@ out:
if err != nil && !waddrmgr.IsError(err, waddrmgr.ErrLocked) {
log.Errorf("Could not lock wallet: %v", err)
} else {
log.Info("Wallet locked")
log.Info("The wallet has been locked")
}
}
w.wg.Done()