diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-06-14 00:41:47 +0200 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-14 00:41:47 +0200 |
| commit | 99313edd6f3621b21c38dc2323f19480ea64617f (patch) | |
| tree | 2fdfd8f052a39888f448b2d265e3b4b729914b77 /src/i18n.go | |
| parent | 4f14515613bd491dd0627398aa8fc3e3aef07945 (diff) | |
Unify usage of logging functions
Diffstat (limited to 'src/i18n.go')
| -rw-r--r-- | src/i18n.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n.go b/src/i18n.go index 726a75c..cb54e28 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -261,7 +261,7 @@ func (p Printer) M(val any) string { default: go func() { if err := email.ServerError(badMType{"TODO"}); err != nil { - log.Print(err) + log.Println(err) } }() /* Hopefully this never happens */ |