From 77cbcd673ed40ab1a213f7e0e0629c2b7bb64916 Mon Sep 17 00:00:00 2001 From: Valentina Zhuravska Date: Sat, 19 Sep 2015 21:02:10 +0300 Subject: [PATCH] Fixed wrong string in vapplication.cpp --HG-- branch : develop --- src/app/valentina/core/vapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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