]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
logging: print group name padded to 6 characters
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 8 Jul 2021 01:37:43 +0000 (03:37 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 29 Jul 2021 09:42:32 +0000 (11:42 +0200)
commit1bee32ed7feffd7e0f540d63e4f2a7efe44a444f
tree4a81f8f2983ee2dbd064eed85b481848a20f831e
parent0f53aaf6cab4107e978c44e575e6ee7723baff1f
logging: print group name padded to 6 characters

Add space padding when printing the group name to allow usage of
regular group names in lua code (e.g. "io" instead of "io    ").
daemon/lua/sandbox.lua.in
lib/log.c
lib/log.h