[Backport release-9.x] Fix typo in NetRequest.cpp (#3562)
This commit is contained in:
commit
416495cda7
@ -80,7 +80,7 @@ void NetRequest::executeTask()
|
||||
emit finished();
|
||||
return;
|
||||
case State::Running:
|
||||
qCDebug(logCat) << getUid().toString() << "Runninng " << m_url.toString();
|
||||
qCDebug(logCat) << getUid().toString() << "Running " << m_url.toString();
|
||||
break;
|
||||
case State::Inactive:
|
||||
case State::Failed:
|
||||
|
Loading…
Reference in New Issue
Block a user