show error string instead of error code ...

This commit is contained in:
Oswald Buddenhagen
2011-04-04 15:03:49 +02:00
parent 1f06972f1e
commit 69763557f6

View File

@@ -516,7 +516,7 @@ void SftpChannelPrivate::handleMkdirStatus(const JobMap::Iterator &it,
op->parentJob->setError();
emit finished(op->parentJob->jobId,
tr("Could not open local file '%1': %2")
.arg(fileInfo.absoluteFilePath(), localFile->error()));
.arg(fileInfo.absoluteFilePath(), localFile->errorString()));
m_jobs.erase(it);
return;
}