mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
recommit fixed ASCII art
This commit is contained in:
parent
ea191afd9d
commit
87fd0e6f29
20
Reseed.cpp
20
Reseed.cpp
@ -319,17 +319,15 @@ 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, " ***___***");*/
|
||||
}
|
||||
LogPrint (eLogError, "Reseed: mammoth's shit\n"
|
||||
" *_____*\n"
|
||||
" *_*****_*\n"
|
||||
" *_(O)_(O)_*\n"
|
||||
" **____V____**\n"
|
||||
" **_________**\n"
|
||||
" **_________**\n"
|
||||
" *_________*\n"
|
||||
" ***___***");
|
||||
}
|
||||
return numFiles;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user