Fix format string in signal mask printing.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4989
This commit is contained in:
Tom Hughes 2005-11-02 15:32:19 +00:00
parent b9915194c8
commit 2e5014cb8b

View 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) {