try to fix checksum problem but failed

This commit is contained in:
mzz2017
2023-02-05 21:05:23 +08:00
parent e097acaa8e
commit 31fcc288fc
5 changed files with 82 additions and 10 deletions

View File

@ -29,7 +29,7 @@ var (
// Read config from --config cfgFile.
param, err := readConfig(cfgFile)
if err != nil {
logrus.Fatalln("readConfig: %w", err)
logrus.Fatalln("readConfig:", err)
}
log := logger.NewLogger(param.Global.LogLevel, disableTimestamp)