1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-04 13:04:13 +00:00

added ASCII art

This commit is contained in:
MXPLRS | Kirill 2016-11-14 21:40:03 +03:00 committed by GitHub
parent facdf0ca9c
commit 89b624308e

View File

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