Better don't be silent.

--HG--
branch : develop
This commit is contained in:
dismine 2014-12-25 17:50:46 +02:00
parent 100857ab21
commit 163200a8c5

View file

@ -2140,6 +2140,10 @@ void VApplication::GatherLogs() const
*out << "Log file error:" + logFile.errorString() << endl;
}
}
else
{
*out << "Could not lock" << info.absoluteFilePath() << ".";
}
delete logLock;
}
}