mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 17:00:15 +00:00
pts-error-message-cleanup-20011031
print error in such a way that it makes more sense
This commit is contained in:
parent
dd9a7b025a
commit
42fddc7b46
@ -72,7 +72,7 @@ int GetGlobals (as)
|
|||||||
code = pr_Initialize(sec, AFSDIR_CLIENT_ETC_DIRPATH, cell);
|
code = pr_Initialize(sec, AFSDIR_CLIENT_ETC_DIRPATH, cell);
|
||||||
}
|
}
|
||||||
if (code) {
|
if (code) {
|
||||||
com_err (whoami, code, "Couldn't initialize");
|
com_err (whoami, code, "while initializing");
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
if (as->parms[19].items)
|
if (as->parms[19].items)
|
||||||
|
Loading…
Reference in New Issue
Block a user