save files with comment (was 8f822c5)
This commit is contained in:
@@ -209,7 +209,7 @@ Update::sendNextDataBlock(QByteArray const &binary, int bNum) const {
|
|||||||
|
|
||||||
QString s = nextTimePoint();
|
QString s = nextTimePoint();
|
||||||
s += " sending block ";
|
s += " sending block ";
|
||||||
s += QString("%1/%2 ...done <PROGRESS>").arg(bNum).arg(m_totalBlocks);
|
s += QString("%1/%2 ...done <DC-PROGRESS>").arg(bNum).arg(m_totalBlocks);
|
||||||
s += QString::number(ceil(((bNum * 100.0) / (double)m_totalBlocks)));
|
s += QString::number(ceil(((bNum * 100.0) / (double)m_totalBlocks)));
|
||||||
|
|
||||||
qInfo() << s.toUtf8().constData();
|
qInfo() << s.toUtf8().constData();
|
||||||
|
|||||||
Reference in New Issue
Block a user