Browse Source

recommit fixed ASCII art

pull/712/head
MXPLRS | Kirill 8 years ago committed by GitHub
parent
commit
87fd0e6f29
  1. 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…
Cancel
Save