cleaning up the logging.

This commit is contained in:
greg stone
2023-02-26 07:35:16 +00:00
parent 792cb7cc92
commit 6b76df204b

View File

@@ -67,6 +67,8 @@ func configureKey() {
return
}
log.I.Ln("no keyfile found, checking for user prompt")
if viper.GetBool(storeAskPassFlag) {
log.I.Ln("prompting user for key")
@@ -81,7 +83,7 @@ func configureKey() {
return
}
log.I.Ln("no keyfile found, generating a new key")
log.I.Ln("no prompt specified, generating a new key")
isNewKey = true