More verbose logging

This commit is contained in:
Malcolm Tyrrell
2020-05-15 16:59:42 +01:00
parent e11d78596f
commit 434c5e3d37
14 changed files with 24 additions and 24 deletions

View File

@@ -614,7 +614,7 @@ void ASEImporter::AddNodes(const std::vector<BaseNode *> &nodes,
node->mNumChildren++;
// What we did is so great, it is at least worth a debug message
ASSIMP_LOG_DEBUG("ASE: Generating separate target node (" + snode->mName + ")");
ASSIMP_LOG_VERBOSE_DEBUG("ASE: Generating separate target node (" + snode->mName + ")");
}
}