Minor: call rsync with -v instead of -vvv.

This commit is contained in:
Gerhard Hoffmann 2023-12-13 13:48:23 +01:00
parent 6df73e1082
commit 38e7bf4985

View File

@ -856,7 +856,7 @@ bool Worker::syncCustomerRepositoryAndFS() {
QStringList() << "-c" << "mkdir -p /etc/psa_config /etc/dc /etc/psa_tariff")) {
qCritical() << "COULD NOT EXECUTE '" << md.command() << "' exitCode=(" << md.exitCode() << ")";
}
QString const params("-vvv "
QString const params("-v "
"--recursive "
"--progress "
"--checksum "