X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=afs.c;h=538606add432aef4710c09d5b2826df3d123c933;hb=3998a8c581623224b7b56bce593646b2c8516a0f;hp=a5f86f9b1b4623a906fb14ad322f4e9b054b6914;hpb=b6e25b286c553ac1f971f3c8e0a736f9e731d2b7;p=paraslash.git diff --git a/afs.c b/afs.c index a5f86f9b..538606ad 100644 --- 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)