change some log level to error back

This commit is contained in:
weko 2023-03-31 12:16:32 +00:00
parent e36d5634e7
commit 710a35993d
10 changed files with 28 additions and 28 deletions

View file

@ -755,7 +755,7 @@ namespace data
i2p::crypto::CreateECIESX25519AEADRatchetRandomKeys (priv, pub);
break;
default:
LogPrint (eLogCritical, "Identity: Crypto key type ", (int)type, " is not supported");
LogPrint (eLogError, "Identity: Crypto key type ", (int)type, " is not supported");
}
}