mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
change format of debug message
This commit is contained in:
parent
20ea7e6c98
commit
504e92607a
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ void AssetResourceRequest::onDownloadProgress(qint64 bytesReceived, qint64 bytes
|
|||
int percentage = roundf((float) bytesReceived / (float) bytesTotal * 100.0f);
|
||||
|
||||
qCDebug(networking).nospace() << "Progress for " << _url.path() << " - "
|
||||
<< bytesReceived << " bytes of " << bytesTotal << " - " << percentage << "%";
|
||||
<< bytesReceived << " of " << bytesTotal << " bytes - " << percentage << "%";
|
||||
|
||||
_lastProgressDebug = now;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue