Updated test in loader_csv-test.go

This commit is contained in:
TeoV
2017-10-11 13:47:40 +03:00
committed by Dan Christian Bogos
parent 716ba68f42
commit ec5adbe93f
3 changed files with 89 additions and 3 deletions

View File

@@ -2297,6 +2297,8 @@ func (tpr *TpReader) ShowStatistics() {
log.Print("Stats: ", len(tpr.sqProfiles))
// thresholds
log.Print("Thresholds: ", len(tpr.thProfiles))
// thresholds
log.Print("Filters: ", len(tpr.flProfiles))
}
// Returns the identities loaded for a specific category, useful for cache reloads