Browse Source

fixed build error

pull/712/head
orignal 8 years ago committed by GitHub
parent
commit
ea191afd9d
  1. 6
      Reseed.cpp

6
Reseed.cpp

@ -319,15 +319,17 @@ 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, " *_____*", /*LogPrint (eLogError, " *_____*",
std::endl, " *_*****_*", std::endl, " *_*****_*",
std::endl, " *_(O)_(O)_*", std::endl, " *_(O)_(O)_*",
std::endl, "**____V____**", std::endl, "**____V____**",
std::endl, "**_________**", std::endl, "**_________**",
std::endl, "**_________**", std::endl, "**_________**",
std::endl, " *_________*", std::endl, " *_________*",
std::endl, " ***___***"); std::endl, " ***___***");*/
}
} }
return numFiles; return numFiles;
} }

Loading…
Cancel
Save