--- srcfiles.old/server.c Sun Jun 2 15:40:06 2002 +++ srcfiles/server.c Thu May 30 05:14:46 2002 @@ -13879,8 +13879,9 @@ else break; } else if (ret==2) { - write_str(user,BAD_FILEIO); - write_log(ERRLOG,YESTIME,"Couldn't open file(r) for \"%s\" in check_gag2! %s\n",other_user); + write_str(user,NO_USER_STR); + /* write_str(user,BAD_FILEIO); */ + write_log(ERRLOG,YESTIME,"Couldn't open file(r) for \"%s\" in check_gag2! %s\n",other_user,get_error()); bad++; if (multi) continue; else break; @@ -13888,7 +13889,7 @@ if (!read_user(other_user)) { write_str(user,BAD_FILEIO); - write_log(ERRLOG,YESTIME,"Couldn't open user file for \"%s\" in check_gag2! %s\n",other_user); + write_log(ERRLOG,YESTIME,"Couldn't open user file for \"%s\" in check_gag2! %s\n",other_user,get_error()); bad++; if (multi) continue; else break;