This commit is contained in:
İsmail Dönmez 2011-09-28 12:14:14 +02:00
parent 292965c6a3
commit 20bed61446

View file

@ -91,7 +91,7 @@ void SiteCopyFolder::startSiteCopy( const QString& command, SiteCopyState nextSt
QString programm = "/usr/bin/sitecopy";
QStringList args;
args << command << alias();
qDebug() << "** staring command " << args;
qDebug() << "** starting command " << args;
_NextStep = nextState;
_lastOutput.clear();