X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=c4de2e8f37d5a94937f0fe3519715d40242f5329;hp=04eed5503d18cb6d3b6e4d0cb127f98637d36b5d;hb=d6a87acd98b9e451d488e31b92cdae7673c30ac6;hpb=e2e1adca824585eeecd091f54955e51212927533 diff --git a/afs.c b/afs.c index 04eed550..c4de2e8f 100644 --- a/afs.c +++ b/afs.c @@ -1043,7 +1043,8 @@ static int com_init_callback(struct afs_callback_arg *aca) } ret = open_afs_tables(); if (ret < 0) - para_printf(&aca->pbout, "cannot open afs tables\n"); + para_printf(&aca->pbout, "cannot open afs tables: %s\n", + para_strerror(-ret)); out: return ret; }