mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed build error
This commit is contained in:
parent
89b624308e
commit
ea191afd9d
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue