From 42fddc7b46f75968b94a6532b1183f1b0e6214a6 Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Thu, 1 Nov 2001 05:11:25 +0000 Subject: [PATCH] pts-error-message-cleanup-20011031 print error in such a way that it makes more sense --- src/ptserver/pts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)