X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.c;fp=afs.c;h=961634b2afc3a1e5c51783502924efe7be0afebc;hb=71c22c2bb151244b2d3db7aa5a1e4a7fec7d2d83;hp=c2d5e7af0f2ad638aa72cd1cac41fcc471a57a01;hpb=835ae89b10977f42fc509addce93bb83af8f6ba4;p=paraslash.git diff --git a/afs.c b/afs.c index c2d5e7af..961634b2 100644 --- 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; }