X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=538606add432aef4710c09d5b2826df3d123c933;hp=c2d5e7af0f2ad638aa72cd1cac41fcc471a57a01;hb=3998a8c581623224b7b56bce593646b2c8516a0f;hpb=a35c113e0bb9fa9ac02b77eb01dd32f49cd5c8d0 diff --git a/afs.c b/afs.c index c2d5e7af..538606ad 100644 --- a/afs.c +++ b/afs.c @@ -22,8 +22,8 @@ #include "string.h" #include "afh.h" #include "afs.h" -#include "server.h" #include "net.h" +#include "server.h" #include "ipc.h" #include "list.h" #include "sched.h" @@ -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)