mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
added ASCII art
This commit is contained in:
parent
facdf0ca9c
commit
89b624308e
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue