From: Julian Seward Date: Fri, 9 Mar 2018 18:21:30 +0000 (+0100) Subject: VG_(archive_ExeContext_in_range): add missing comma in message to user. X-Git-Tag: VALGRIND_3_14_0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ef574a2e1c7006c46cd20e2f5c3faf91dbfdad;p=thirdparty%2Fvalgrind.git VG_(archive_ExeContext_in_range): add missing comma in message to user. --- diff --git a/coregrind/m_execontext.c b/coregrind/m_execontext.c index 0bcbaadb38..50ec9f4ee5 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); }