FileSaver: missing endl when printing exception details
Este cometimento está contido em:
ascendente
cfe30ae5fd
cometimento
cb8909bfa7
@ -122,7 +122,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;
|
||||
}
|
||||
}
|
||||
|
Carregando…
Criar uma nova questão referindo esta
Bloquear um utilizador