[PATCH] Remove unbalanced ( from failure to move log error

Alan Coopersmith alan.coopersmith at sun.com
Fri Oct 16 22:34:21 PDT 2009


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