mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
promote a debug to info
This commit is contained in:
parent
4d0976f730
commit
fae9b061a3
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void AssetServer::cleanupUnmappedFiles() {
|
|||
// grab the currently mapped hashes
|
||||
auto mappedHashes = _fileMappings.values();
|
||||
|
||||
qDebug() << "Performing unmapped asset cleanup.";
|
||||
qInfo() << "Performing unmapped asset cleanup.";
|
||||
|
||||
for (const auto& fileInfo : files) {
|
||||
if (hashFileRegex.exactMatch(fileInfo.fileName())) {
|
||||
|
|
Loading…
Reference in a new issue