]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix format string in signal mask printing.
authorTom Hughes <tom@compton.nu>
Wed, 2 Nov 2005 15:32:19 +0000 (15:32 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 2 Nov 2005 15:32:19 +0000 (15:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4989

coregrind/m_signals.c

index be10a512ea280597dfc967a77d885d074a088dd6..b1a043f99340dbc578be22295e19f6fd847898ef 100644 (file)
@@ -725,7 +725,7 @@ void do_setmask ( ThreadId tid,
       *oldset = VG_(threads)[tid].sig_mask;
       if (VG_(clo_trace_signals))
              VG_(message)(Vg_DebugExtraMsg, 
-                          "\toldset=%p %08x%08x",
+                          "\toldset=%p %s",
                           oldset, format_sigset(oldset));
    }
    if (newset) {