mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
* fix mistype in log message
This commit is contained in:
parent
9291f5c9c6
commit
3c9459e489
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue