Maemo: Display UTFS server stderr output.

This will help us diagnose errors.
This commit is contained in:
Christian Kandeler
2010-08-26 11:17:40 +02:00
parent 4387b47f92
commit a437f824c4
8 changed files with 33 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ MaemoSshRunner::MaemoSshRunner(QObject *parent,
SLOT(handleMounterError(QString)));
connect(m_mounter, SIGNAL(reportProgress(QString)), this,
SIGNAL(reportProgress(QString)));
connect(m_mounter, SIGNAL(debugOutput(QString)), this,
SIGNAL(mountDebugOutput(QString)));
}
MaemoSshRunner::~MaemoSshRunner() {}