From a6c0edd4f4c16fecc20b2fefdf5cd8849ab420fb Mon Sep 17 00:00:00 2001 From: Dominik Derigs Date: Sat, 18 Dec 2021 10:08:01 +0100 Subject: [PATCH] Fix header of cache dump. The width of the host and address fields are 30 and 40 characters, respectively. Signed-off-by: DL6ER --- src/cache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cache.c b/src/cache.c index 90052a0..ae60966 100644 --- a/src/cache.c +++ b/src/cache.c @@ -1757,7 +1757,8 @@ void dump_cache(time_t now) { struct crec *cache ; int i; - my_syslog(LOG_INFO, "Host Address Flags Expires"); + my_syslog(LOG_INFO, "Host Address Flags Expires"); + my_syslog(LOG_INFO, "------------------------------ ---------------------------------------- --------- ------------------------"); for (i=0; ihash_next)