diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-09 22:58:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-09 22:58:52 -0700 |
commit | 1c701094169b6e33f7faf21a269e949bf134a326 (patch) | |
tree | f0201c4d8431b42a6c3e8233bb541d4126bf80fc | |
parent | d2d802ea9f882b7b7eac1251309d8141e55f213e (diff) |
Bug 7051: xauth says creating new authority file even though it does not
https://bugs.freedesktop.org/show_bug.cgi?id=7051
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | process.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -769,7 +769,7 @@ auth_initialize(char *authfilename) return -1; } /* else ignore it */ fprintf (stderr, - "%s: creating new authority file %s\n", + "%s: file %s does not exist\n", ProgramName, authfilename); } else { xauth_existed = True; |