shorten line
This commit is contained in:
parent
a5d3bc9578
commit
02dc3dee04
@ -99,7 +99,7 @@ int main (int argc, const char * argv[])
|
|||||||
const int lock_flags = MCL_CURRENT | MCL_FUTURE;
|
const int lock_flags = MCL_CURRENT | MCL_FUTURE;
|
||||||
if (-1 == mlockall(lock_flags))
|
if (-1 == mlockall(lock_flags))
|
||||||
{
|
{
|
||||||
SimpleLogger().Write(logWARNING) << "Process " << argv[0] << " could not be locked to RAM";
|
SimpleLogger().Write(logWARNING) << argv[0] << " could not be locked to RAM";
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
SimpleLogger().Write() <<
|
SimpleLogger().Write() <<
|
||||||
|
Loading…
Reference in New Issue
Block a user