summaryrefslogtreecommitdiffhomepage
path: root/src/i18n.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.go')
-rw-r--r--src/i18n.go2
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 */