0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 17:08:22 +01:00
gitea/modules/log
zeripath 147e42239f
Stop printing 03d after escaped characters in logs (#18030)
Strangely a weird bug was present in the log escaping code whereby any escaped
character would gain 03d - this was due to a mistake in the format string where
it should have read %03o but read instead %o03d. This has led to spurious 03d
trailing characters on these escaped characters!

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-19 21:00:22 +00:00
..
colors_router.go
colors.go Stop printing 03d after escaped characters in logs (#18030) 2021-12-19 21:00:22 +00:00
conn_test.go
conn.go
console_test.go
console_windows.go
console.go
errors.go
event.go
file_test.go
file.go
flags.go
level_test.go
level.go
log_test.go
log.go
logger.go
multichannel.go
provider.go
smtp_test.go
smtp.go
stack.go
writer_test.go
writer.go