From b54fd37a5967ac150435ee5d7c1b1b73ec241b78 Mon Sep 17 00:00:00 2001 From: zhaominyong Date: Thu, 30 Jun 2022 09:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E6=98=AF=E6=9C=89=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup-daemon/myprocess/rsyncpathtodirprocess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-daemon/myprocess/rsyncpathtodirprocess.cpp b/backup-daemon/myprocess/rsyncpathtodirprocess.cpp index c6310bf..d924b4f 100755 --- a/backup-daemon/myprocess/rsyncpathtodirprocess.cpp +++ b/backup-daemon/myprocess/rsyncpathtodirprocess.cpp @@ -11,7 +11,7 @@ RsyncPathToDirProcess::RsyncPathToDirProcess(QObject *parent) : connect(m_p, &QProcess::readyRead, this, [&]() { QString str = QString(m_p->readAll()); - // qDebug() << str; + qDebug() << str; // if (str.contains("B\/s") && str.contains("%")) { if (str.contains("B/s") && str.contains("%")) { if (str.split("%").at(0).length() < 3)