From: Nickolai Zeldovich Date: Thu, 1 Nov 2001 05:11:25 +0000 (+0000) Subject: pts-error-message-cleanup-20011031 X-Git-Tag: openafs-devel-1_3_0~160 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=42fddc7b46f75968b94a6532b1183f1b0e6214a6;p=packages%2Fo%2Fopenafs.git pts-error-message-cleanup-20011031 print error in such a way that it makes more sense --- diff --git a/src/ptserver/pts.c b/src/ptserver/pts.c index b6dce8ac6..8ef3fe2d7 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)