shorten line

This commit is contained in:
Dennis Luxen 2014-04-28 12:52:55 +02:00
parent a5d3bc9578
commit 02dc3dee04

View File

@ -99,7 +99,7 @@ int main (int argc, const char * argv[])
const int lock_flags = MCL_CURRENT | MCL_FUTURE;
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
SimpleLogger().Write() <<