show total skip modules for debug

This commit is contained in:
r0n1n7an 2023-11-20 09:15:06 +08:00
parent 20d8951b21
commit 875031a4a6
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -84,6 +84,7 @@ func main() {
}
}
}
log.Printf("[MSG] Skip Modules: %d\r\n", len(skipList))
log.Printf("[MSG] Summary Loacal AODs ...\r\n")
aodInfoList, err = _SummaryAODs(aodPath, aodType)