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 if (numOutdated > numFiles/2) // more than half
LogPrint (eLogError, "Reseed: mammoth's shit"); 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; return numFiles;
} }