And remove another url log item.

This commit is contained in:
Roxanne Skelly 2018-11-12 13:48:08 -08:00
parent 7a14cb1bbc
commit 762033580d

View file

@ -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