From 467ea18fb63693e13dd1b4de376ca42e0a176055 Mon Sep 17 00:00:00 2001 From: AlteredCoder Date: Wed, 8 Jul 2020 18:17:08 +0200 Subject: [PATCH] debug --- cmd/crowdsec-cli/ban.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crowdsec-cli/ban.go b/cmd/crowdsec-cli/ban.go index 264439446..9ec38db0a 100644 --- a/cmd/crowdsec-cli/ban.go +++ b/cmd/crowdsec-cli/ban.go @@ -271,7 +271,7 @@ func BanList() error { } else { fmt.Printf("No local decisions.\n") } - if !displayALL || !displayAPI { + if !displayAPI { fmt.Printf("And %d records from API, %d distinct AS, %d distinct countries\n", apicount, len(uniqAS), len(uniqCN)) } }