mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
* fix mistype in log message
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user