git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
dd9a7b0
)
pts-error-message-cleanup-20011031
author
Nickolai Zeldovich
<kolya@mit.edu>
Thu, 1 Nov 2001 05:11:25 +0000 (
05:11
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 1 Nov 2001 05:11:25 +0000 (
05:11
+0000)
print error in such a way that it makes more sense
src/ptserver/pts.c
patch
|
blob
|
history
diff --git
a/src/ptserver/pts.c
b/src/ptserver/pts.c
index
b6dce8a
..
8ef3fe2
100644
(file)
--- a/
src/ptserver/pts.c
+++ b/
src/ptserver/pts.c
@@
-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)