From f5a5dca0225618c2a334e9617c82719d71c03984 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 8 Jul 2022 17:10:23 +0200 Subject: [PATCH] fix label --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 47cd2d8..f8a7d5e 100644 --- a/config.go +++ b/config.go @@ -55,7 +55,7 @@ func checkConfig() { panic(fmt.Errorf("channel mode must be either whitelist or blacklist")) } - log.Infof("Channel acceptor running in %s mode", Configuration.ForwardMode) + log.Infof("Channel acceptor running in %s mode", Configuration.ChannelMode) if len(Configuration.ForwardMode) == 0 { Configuration.ForwardMode = "blacklist"