From 1c701094169b6e33f7faf21a269e949bf134a326 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 9 Oct 2009 22:58:52 -0700 Subject: 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 --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') 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; -- cgit v1.2.1