fix label

This commit is contained in:
callebtc
2022-07-08 17:10:23 +02:00
parent 13200a6d44
commit f5a5dca022

View File

@@ -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"