[Fwd: [PATCH] Remove unbalanced ( from failure to move log error]
Alan Coopersmith
Alan.Coopersmith at Sun.COM
Wed Jan 20 19:25:40 PST 2010
This seems to have fallen through the cracks - no one wants to toss their
Reviewed-by on a simple log message typo?
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering
-------- Original Message --------
Subject: [PATCH] Remove unbalanced ( from failure to move log error
Date: Fri, 16 Oct 2009 22:34:21 -0700
From: Alan Coopersmith <Alan.Coopersmith at Sun.COM>
To: xorg-devel at lists.x.org
CC: Alan Coopersmith <Alan.Coopersmith at Sun.COM>
References: <1255757661-236-1-git-send-email-alan.coopersmith at sun.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>
---
os/log.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/os/log.c b/os/log.c
index 8108890..dc023af 100644
--- a/os/log.c
+++ b/os/log.c
@@ -187,7 +187,7 @@ LogInit(const char *fname, const char *backup)
sprintf(oldLog, "%s%s", logFileName, suffix);
free(suffix);
if (rename(logFileName, oldLog) == -1) {
- FatalError("Cannot move old log file (\"%s\" to \"%s\"\n",
+ FatalError("Cannot move old log file \"%s\" to \"%s\"\n",
logFileName, oldLog);
}
free(oldLog);
--
1.5.6.5
More information about the xorg-devel
mailing list