]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Be more consistent with the spacing of syscall nums.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 20 May 2009 05:05:56 +0000 (05:05 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 20 May 2009 05:05:56 +0000 (05:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10027

coregrind/m_syswrap/syswrap-main.c

index 3e589e30746b71355f25d24868830a783cddcfe5..72153514bed66ba58c7aa592da3a6285cbf2647d 100644 (file)
@@ -1075,11 +1075,11 @@ void VG_(client_syscall) ( ThreadId tid )
             Bool failed = sr_isError(sci->status.sres);
             Word tmp_sysno = sysno;
             if (failed) {
-               PRINT("SYSCALL[%d,%d](%5ld) ... [async] --> Failure(0x%llx)\n",
+               PRINT("SYSCALL[%d,%d](%3ld) ... [async] --> Failure(0x%llx)\n",
                      VG_(getpid)(), tid, tmp_sysno, 
                      (ULong)sr_Err(sci->status.sres));
             } else {
-               PRINT("SYSCALL[%d,%d](%5ld) ... [async] --> "
+               PRINT("SYSCALL[%d,%d](%3ld) ... [async] --> "
                      "Success(0x%llx:0x%llx)\n",
                      VG_(getpid)(), tid, tmp_sysno, 
                      (ULong)sr_ResHI(sci->status.sres),