1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

recommit fixed ASCII art

This commit is contained in:
MXPLRS | Kirill 2016-11-14 22:38:35 +03:00 committed by GitHub
parent ea191afd9d
commit 87fd0e6f29

View File

@ -319,17 +319,15 @@ namespace data
} }
}); });
if (numOutdated > numFiles/2) // more than half if (numOutdated > numFiles/2) // more than half
{ LogPrint (eLogError, "Reseed: mammoth's shit\n"
LogPrint (eLogError, "Reseed: mammoth's shit"); " *_____*\n"
/*LogPrint (eLogError, " *_____*", " *_*****_*\n"
std::endl, " *_*****_*", " *_(O)_(O)_*\n"
std::endl, " *_(O)_(O)_*", " **____V____**\n"
std::endl, "**____V____**", " **_________**\n"
std::endl, "**_________**", " **_________**\n"
std::endl, "**_________**", " *_________*\n"
std::endl, " *_________*", " ***___***");
std::endl, " ***___***");*/
}
} }
return numFiles; return numFiles;
} }