|
From: Julian S. <se...@so...> - 2018-03-09 18:22:58
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=b0ef574a2e1c7006c46cd20e2f5c3faf91dbfdad commit b0ef574a2e1c7006c46cd20e2f5c3faf91dbfdad Author: Julian Seward <js...@ac...> Date: Fri Mar 9 19:21:30 2018 +0100 VG_(archive_ExeContext_in_range): add missing comma in message to user. Diff: --- coregrind/m_execontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_execontext.c b/coregrind/m_execontext.c index 0bcbaad..50ec9f4 100644 --- a/coregrind/m_execontext.c +++ b/coregrind/m_execontext.c @@ -258,7 +258,7 @@ void VG_(archive_ExeContext_in_range) (DiEpoch last_epoch, } if (VG_(clo_verbosity) > 1) VG_(message)(Vg_DebugMsg, - "Scanned %'llu ExeContexts archived %'llu ExeContexts\n", + "Scanned %'llu ExeContexts, archived %'llu ExeContexts\n", ec_totstored, n_archived); } |