]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.c
Merge branch 'refs/heads/t/crypt'
[paraslash.git] / afs.c
diff --git a/afs.c b/afs.c
index a5f86f9b1b4623a906fb14ad322f4e9b054b6914..538606add432aef4710c09d5b2826df3d123c933 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -685,8 +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_strerror(-ret));
+               PARA_ERROR_LOG("could not open %s\n", afs_tables[i].name);
                break;
        }
        if (ret >= 0)