summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-09 22:58:52 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-09 22:58:52 -0700
commit1c701094169b6e33f7faf21a269e949bf134a326 (patch)
treef0201c4d8431b42a6c3e8233bb541d4126bf80fc /process.c
parentd2d802ea9f882b7b7eac1251309d8141e55f213e (diff)
downloadxorg-app-xauth-1c701094169b6e33f7faf21a269e949bf134a326.tar.gz
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>
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 893b51d..48a0df0 100644
--- a/process.c
+++ b/process.c
@@ -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;