Better don't be silent.
--HG-- branch : develop
This commit is contained in:
parent
100857ab21
commit
163200a8c5
|
@ -2140,6 +2140,10 @@ void VApplication::GatherLogs() const
|
||||||
*out << "Log file error:" + logFile.errorString() << endl;
|
*out << "Log file error:" + logFile.errorString() << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
*out << "Could not lock" << info.absoluteFilePath() << ".";
|
||||||
|
}
|
||||||
delete logLock;
|
delete logLock;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user