From: Ray Strode Date: Thu, 7 Aug 2008 20:32:47 +0000 (-0400) Subject: add \r to log messages to prevent stair stepping X-Git-Tag: 0.6.0~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd380862cacc86aa2e21e5b0734b4db4bd3671e;p=thirdparty%2Fplymouth.git add \r to log messages to prevent stair stepping --- diff --git a/src/libply/ply-logger.h b/src/libply/ply-logger.h index b75e8bcf..34ccecd7 100644 --- a/src/libply/ply-logger.h +++ b/src/libply/ply-logger.h @@ -80,7 +80,7 @@ do \ ply_logger_flush (logger); \ errno = _old_errno; \ ply_logger_inject (logger, \ - "[%s] %45.45s:" format "\n", \ + "[%s] %45.45s:" format "\r\n", \ __FILE__, __func__, ##args); \ ply_logger_flush (logger); \ errno = _old_errno; \