aerc/worker/mbox
Koni Marti dc299cc8ad logging: substitute %w for %v
Subsitute the format specifier %w for %v in the logging facility. The
logging functions use a fmt.Sprintf call behind the scene which does not
recognize %w. %w should be used in fmt.Errorf when you want to wrap
errors. Hence, the log entries that use %w are improperly formatted like
this:

ERROR 2022/10/02 09:13:57.724529 worker.go:439: could not get message
info %!w(*fmt.wrapError=&{could not get structure: [snip] })
      ^

Links: https://go.dev/blog/go1.13-errors
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
2022-10-02 18:56:26 +02:00
..
create.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
io.go go: removed io/ioutil 2022-08-22 09:30:19 +02:00
models.go go: removed io/ioutil 2022-08-22 09:30:19 +02:00
worker.go logging: substitute %w for %v 2022-10-02 18:56:26 +02:00