mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
added ASCII art
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user