Correction d'un typo
This commit is contained in:
parent
c4db201023
commit
9bb392673f
@ -132,6 +132,6 @@ void CSFTPServerManager::ProcessTimerExpired()
|
|||||||
if(mTransferProcess->state() != QProcess::NotRunning)
|
if(mTransferProcess->state() != QProcess::NotRunning)
|
||||||
{
|
{
|
||||||
mTransferProcess->terminate();
|
mTransferProcess->terminate();
|
||||||
CEngLog::instance()->AddLogString(QString("Timer du process SFTP expiré Output: %1 || Erreur: %s").arg(qPrintable(mTransferProcess->readAllStandardOutput())).arg(qPrintable(mTransferProcess->readAllStandardError())),2);
|
CEngLog::instance()->AddLogString(QString("Timer du process SFTP expiré Output: %1 || Erreur: %2").arg(qPrintable(mTransferProcess->readAllStandardOutput())).arg(qPrintable(mTransferProcess->readAllStandardError())),2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user