]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afs.c: Replace underscore by space in log message text.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 16 Mar 2022 18:31:55 +0000 (19:31 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 24 Mar 2022 19:01:47 +0000 (20:01 +0100)
afs.c

diff --git a/afs.c b/afs.c
index c0632c24d2e770da657e4db35dc0c55f90803a83..031a00993ffec086a1fe447fb6d4f1bc528234fd 100644 (file)
--- 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);