promote a debug to info

This commit is contained in:
Stephen Birarda 2016-04-11 08:42:52 -07:00
parent 4d0976f730
commit fae9b061a3

View file

@ -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())) {