From 85920cc59a6ec8ce093229feb822d95212c570c2 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 11 Oct 2019 15:55:52 +0800 Subject: [PATCH] debug --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index e7cfac2..282dc1d 100644 --- a/main.go +++ b/main.go @@ -90,6 +90,8 @@ func main() { err := gcfg.ReadFileInto(&cfg, *config) failOnError(err, "Parsing config") + log.Printf("DepositChat : %d\n", cfg.Bot.Depositchat) + // Connecting to DB switch cfg.SQL.Driver { case "mysql":