AD: Added more debug output

This commit is contained in:
Eugene Sandulenko 2022-07-31 16:44:33 +02:00
parent 2c1e7d8e4d
commit 281c7a3acb
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -490,6 +490,8 @@ void AdvancedMetaEngineDetection::composeFileHashMap(FileMap &allFiles, const Co
if (efname.lastChar() == '.')
efname.deleteLastChar();
debugC(9, kDebugGlobalDetection, "$$ ['%s'] ['%s'] in '%s", tstr.c_str(), efname.c_str(), firstPathComponents(fslist.front().getPath(), '/').c_str());
allFiles[tstr] = *file; // Record the presence of this file
allFiles[efname] = *file; // ...and its file name
}