mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00: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
|
if (numOutdated > numFiles/2) // more than half
|
||||||
{
|
LogPrint (eLogError, "Reseed: mammoth's shit\n"
|
||||||
LogPrint (eLogError, "Reseed: mammoth's shit");
|
" *_____*\n"
|
||||||
/*LogPrint (eLogError, " *_____*",
|
" *_*****_*\n"
|
||||||
std::endl, " *_*****_*",
|
" *_(O)_(O)_*\n"
|
||||||
std::endl, " *_(O)_(O)_*",
|
" **____V____**\n"
|
||||||
std::endl, "**____V____**",
|
" **_________**\n"
|
||||||
std::endl, "**_________**",
|
" **_________**\n"
|
||||||
std::endl, "**_________**",
|
" *_________*\n"
|
||||||
std::endl, " *_________*",
|
" ***___***");
|
||||||
std::endl, " ***___***");*/
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return numFiles;
|
return numFiles;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user