Skip to content

Commit

Permalink
log sep
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Nov 7, 2024
1 parent 086e13b commit d175109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgzebot.go
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ func processTgUpdates() {
}
}

log("telegram message from:`%s` chat:`%s` text:`%s`", m.From.Username, m.Chat.Username, m.Text)
log("#"+NL+"telegram message from:`%s` chat:`%s` text:`%s`", m.From.Username, m.Chat.Username, m.Text)
if m.Text == "" {
continue
}
Expand Down

0 comments on commit d175109

Please sign in to comment.