Skip to content

Commit

Permalink
Change log message to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
igolaizola committed Feb 2, 2024
1 parent b3eb39d commit e3b25ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgfwd.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func Run(ctx context.Context, cfg *Config) error {
// Check if message is empty
if m.Message == "" && len(media) == 0 {
js, _ := json.MarshalIndent(m, "", " ")
log.Println(string(js))
debug("tgfwd: empty message: %s", js)
return nil
}

Expand Down

0 comments on commit e3b25ed

Please sign in to comment.