diff --git a/src/app/valentina/core/vapplication.cpp b/src/app/valentina/core/vapplication.cpp index d93ad802c..dccf00708 100644 --- a/src/app/valentina/core/vapplication.cpp +++ b/src/app/valentina/core/vapplication.cpp @@ -697,7 +697,7 @@ void VApplication::GatherLogs() const } else { - *out << "Log file error:" + log->errorString() << endl; + *out << "Log file error:" + tmp.GetProtected()->errorString() << endl; } } else