diff --git a/src/ptserver/pts.c b/src/ptserver/pts.c index b6dce8ac6f..8ef3fe2d78 100644 --- 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)