mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 00:09:50 +02:00
Merge pull request #11539 from Nex-Pro/patch-1
Fixed typo in qWarning message.
This commit is contained in:
commit
13919907de
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ void ATPAssetMigrator::loadEntityServerFile() {
|
||||||
request->send();
|
request->send();
|
||||||
} else {
|
} else {
|
||||||
++_errorCount;
|
++_errorCount;
|
||||||
qWarning() << "Count not create request for asset at" << migrationURL.toString();
|
qWarning() << "Could not create request for asset at" << migrationURL.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue