From 99313edd6f3621b21c38dc2323f19480ea64617f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 14 Jun 2025 00:41:47 +0200 Subject: Unify usage of logging functions --- src/i18n.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i18n.go') 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 */ -- cgit v1.2.3