Browse Source

added ASCII art

pull/712/head
MXPLRS | Kirill 8 years ago committed by GitHub
parent
commit
89b624308e
  1. 8
      Reseed.cpp

8
Reseed.cpp

@ -320,6 +320,14 @@ namespace data @@ -320,6 +320,14 @@ 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, " ***___***");
}
return numFiles;
}

Loading…
Cancel
Save