Move decrypt error to debug #49

Merged
dan merged 1 commits from decrypt_error into master 2022-04-20 23:50:54 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ func (ea *AuthApp) Init(connection tapir.Connection) {
connection.SetHostname(assertedHostname)
connection.SetCapability(AuthCapability)
} else {
log.Errorf("Failed Decrypt Challenge: [%x] [%x]\n", remoteChallenge, challengeBytes)
log.Debugf("Failed Decrypt Challenge: [%x] [%x]\n", remoteChallenge, challengeBytes)
connection.Close()
}
}