Perforce: Silence the startup

This commit is contained in:
Friedemann Kleint
2009-12-14 09:26:29 +01:00
parent 0821f6fa51
commit 79191a76f3

View File

@@ -600,7 +600,6 @@ void PerforcePlugin::startSubmitProject()
}
QStringList fstatLines = fstatResult.stdOut.split(QLatin1Char('\n'));
qDebug() << "O" << fstatResult.stdOut << "L" << fstatLines;
QStringList depotFileNames;
foreach (const QString &line, fstatLines) {
if (line.startsWith("... depotFile"))
@@ -1335,7 +1334,7 @@ void PerforcePlugin::slotTopLevelFound(const QString &t)
void PerforcePlugin::slotTopLevelFailed(const QString &errorMessage)
{
VCSBase::VCSBaseOutputWindow::instance()->appendError(tr("Perforce: Unable to determine the repository: %1").arg(errorMessage));
VCSBase::VCSBaseOutputWindow::instance()->appendSilently(tr("Perforce: Unable to determine the repository: %1").arg(errorMessage));
if (Perforce::Constants::debug)
qDebug() << errorMessage;
}