]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.c
afs: Fix typo in error message.
[paraslash.git] / afs.c
diff --git a/afs.c b/afs.c
index c2d5e7af0f2ad638aa72cd1cac41fcc471a57a01..961634b2afc3a1e5c51783502924efe7be0afebc 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -685,7 +685,7 @@ static int open_afs_tables(void)
                ret = afs_tables[i].open(database_dir);
                if (ret >= 0)
                        continue;
-               PARA_ERROR_LOG("%s init: %s\n", afs_tables[i].name,
+               PARA_ERROR_LOG("%s open: %s\n", afs_tables[i].name,
                        para_strerror(-ret));
                break;
        }