Fixed wrong string in vapplication.cpp
--HG-- branch : develop
This commit is contained in:
parent
4423d6b937
commit
77cbcd673e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user