Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fufuok committed Feb 19, 2024
1 parent 43c4b0a commit 2da9eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func readConfig() (*MainConf, error) {
}

if Debug {
fmt.Printf("\n\n%s\n\n", json.MustJSONIndent(cfg))
fmt.Printf("\n\n%s\n\n", json.MustJSONUnEscapeIndentString(cfg))
fmt.Printf("\nWhitelist:\n%v\n\n", Whitelist)
fmt.Printf("\nBlacklist:\n%v\n\n", Blacklist)
}
Expand Down

0 comments on commit 2da9eee

Please sign in to comment.