parent
fa653bc078
commit
e89e65dc17
4 changed files with 14 additions and 9 deletions
|
|
@ -434,7 +434,7 @@ Cache::loadSecretsFromStore(
|
|||
if (job->error() && job->error() != QKeychain::Error::EntryNotFound) {
|
||||
nhlog::db()->error("Restoring secret '{}' failed ({}): {}",
|
||||
name.toStdString(),
|
||||
job->error(),
|
||||
static_cast<int>(job->error()),
|
||||
job->errorString().toStdString());
|
||||
|
||||
fatalSecretError();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue