mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:59:03 +02: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
|
// grab the currently mapped hashes
|
||||||
auto mappedHashes = _fileMappings.values();
|
auto mappedHashes = _fileMappings.values();
|
||||||
|
|
||||||
qDebug() << "Performing unmapped asset cleanup.";
|
qInfo() << "Performing unmapped asset cleanup.";
|
||||||
|
|
||||||
for (const auto& fileInfo : files) {
|
for (const auto& fileInfo : files) {
|
||||||
if (hashFileRegex.exactMatch(fileInfo.fileName())) {
|
if (hashFileRegex.exactMatch(fileInfo.fileName())) {
|
||||||
|
|
Loading…
Reference in a new issue