mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Remove redundant \n
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6460
This commit is contained in:
parent
37c3d2ead6
commit
169129638f
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user