From 169129638f53a5fecff71eaf9cb60568cb5db9a9 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 30 Dec 2006 17:56:32 +0000 Subject: [PATCH] Remove redundant \n git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6460 --- coregrind/m_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 4b267cdcd..f1375381f 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -897,7 +897,7 @@ static void print_preamble(Bool logging_to_fd, const char* toolname) ); VG_(message)( Vg_DebugMsg, - "Page sizes: currently %d, max supported %d\n", + "Page sizes: currently %d, max supported %d", (Int)VKI_PAGE_SIZE, (Int)VKI_MAX_PAGE_SIZE ); VG_(message)(Vg_DebugMsg, "Valgrind library directory: %s", VG_(libdir));