Signed-off-by: Alan Coopersmith <[email protected]>
---
 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

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to