pts-error-message-cleanup-20011031

print error in such a way that it makes more sense
This commit is contained in:
Nickolai Zeldovich 2001-11-01 05:11:25 +00:00 committed by Derrick Brashear
parent dd9a7b025a
commit 42fddc7b46

View File

@ -72,7 +72,7 @@ int GetGlobals (as)
code = pr_Initialize(sec, AFSDIR_CLIENT_ETC_DIRPATH, cell);
}
if (code) {
com_err (whoami, code, "Couldn't initialize");
com_err (whoami, code, "while initializing");
return code;
}
if (as->parms[19].items)