mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
* fix mistype in log message
This commit is contained in:
parent
9291f5c9c6
commit
3c9459e489
@ -94,7 +94,7 @@ namespace data
|
|||||||
int numCertificates = 0;
|
int numCertificates = 0;
|
||||||
|
|
||||||
if (!i2p::fs::ReadDir(certDir, files)) {
|
if (!i2p::fs::ReadDir(certDir, files)) {
|
||||||
LogPrint(eLogWarning, "Reseed: Can't load reseed certificates from ", certDir);
|
LogPrint(eLogWarning, "Family: Can't load family certificates from ", certDir);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user