mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
change some log level to error back
This commit is contained in:
parent
e36d5634e7
commit
710a35993d
10 changed files with 28 additions and 28 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue