mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 09:06:16 +02:00
And remove another url log item.
This commit is contained in:
parent
7a14cb1bbc
commit
762033580d
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ bool Resource::handleFailedRequest(ResourceRequest::Result result) {
|
|||
bool willRetry = false;
|
||||
switch (result) {
|
||||
case ResourceRequest::Result::Timeout: {
|
||||
qCDebug(networking) << "Timed out loading" << _url.fileName() << "received" << _bytesReceived << "total" << _bytesTotal;
|
||||
qCDebug(networking) << "Timed out loading: received " << _bytesReceived << " total " << _bytesTotal;
|
||||
// Fall through to other cases
|
||||
}
|
||||
// FALLTHRU
|
||||
|
|
Loading…
Reference in a new issue