* fix mistype in log message

This commit is contained in:
hagen
2016-05-26 00:10:01 +00:00
parent 9291f5c9c6
commit 3c9459e489
+1 -1
View File
@@ -94,7 +94,7 @@ namespace data
int numCertificates = 0;
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;
}