mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 22:24:26 +02:00
Fix typo in NetRequest.cpp (#3561)
This commit is contained in:
commit
51bbd02a08
@ -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…
x
Reference in New Issue
Block a user