FileSaver: missing endl when printing exception details
This commit is contained in:
parent
e37aa61eda
commit
5a99890d28
@ -130,7 +130,7 @@ SaveFileResult FileSaver::saveFile(const QFileInfo &fileInfo)
|
||||
}
|
||||
catch(QSSGeneralException &e)
|
||||
{
|
||||
Logger::error() << "Error while processing" << absPath << ":" << e.message;
|
||||
Logger::error() << "Error while processing" << absPath << ":" << e.message << endl;
|
||||
return PROCESSFAIL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user