From 61dedcc71d6770c8323e95c4f9b5111b99de9af7 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Thu, 1 Jul 2010 11:42:22 +0000 Subject: [PATCH] Fix \n placement in Darwin sync-check-failure messages. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11204 --- coregrind/m_aspacemgr/aspacemgr-linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index ae955a8891..b911345e85 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -3478,8 +3478,8 @@ static void add_mapping_callback(Addr addr, SizeT len, UInt prot, # endif if (seg_prot != prot) { if (VG_(clo_trace_syscalls)) - VG_(debugLog)(0,"aspacem","\nregion %p..%p permission " - "mismatch (kernel %x, V %x)", + VG_(debugLog)(0,"aspacem","region %p..%p permission " + "mismatch (kernel %x, V %x)\n", (void*)nsegments[i].start, (void*)(nsegments[i].end+1), prot, seg_prot); } -- 2.47.2