From 9a7ca3036b86989d385a094c4d616af3fb8a566b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 16 Mar 2022 19:31:55 +0100 Subject: [PATCH] afs.c: Replace underscore by space in log message text. --- afs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afs.c b/afs.c index c0632c24..031a0099 100644 --- a/afs.c +++ b/afs.c @@ -647,7 +647,7 @@ static char *database_dir; static void close_afs_tables(void) { int i; - PARA_NOTICE_LOG("closing afs_tables\n"); + PARA_NOTICE_LOG("closing afs tables\n"); for (i = 0; i < NUM_AFS_TABLES; i++) afs_tables[i].close(); free(database_dir); -- 2.39.5