Again: improved ISMAS messages.
This commit is contained in:
parent
a9fb7a3630
commit
f60cd9e4ef
@ -1067,6 +1067,16 @@ bool Worker::syncCustomerRepositoryAndFS() {
|
|||||||
error = true;
|
error = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!error) {
|
||||||
|
lst.clear();
|
||||||
|
lst << QString("SUCCESS %1").arg(cmd);
|
||||||
|
ISMAS(lst) << (CONSOLE(lst) << UPDATE_STEP::SYNC_CUSTOMER_REPOSITORY);
|
||||||
|
} else {
|
||||||
|
msg = QString("FAILURE %1").arg(cmd);
|
||||||
|
lst << msg;
|
||||||
|
QStringList lst2(msg);
|
||||||
|
ISMAS(lst2) << (CONSOLE(lst2) << UPDATE_STEP::SYNC_CUSTOMER_REPOSITORY);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (!error) {
|
if (!error) {
|
||||||
// now check tariff-files in etc and /etc/psa_tariff
|
// now check tariff-files in etc and /etc/psa_tariff
|
||||||
|
Loading…
Reference in New Issue
Block a user