Fixed wrong string in vapplication.cpp

--HG--
branch : develop
This commit is contained in:
Valentina Zhuravska 2015-09-19 21:02:10 +03:00
parent 4423d6b937
commit 77cbcd673e

View File

@ -697,7 +697,7 @@ void VApplication::GatherLogs() const
} }
else else
{ {
*out << "Log file error:" + log->errorString() << endl; *out << "Log file error:" + tmp.GetProtected()->errorString() << endl;
} }
} }
else else