pts-error-message-cleanup-20011031
authorNickolai Zeldovich <kolya@mit.edu>
Thu, 1 Nov 2001 05:11:25 +0000 (05:11 +0000)
committerDerrick 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

index b6dce8a..8ef3fe2 100644 (file)
@@ -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)