|
From: <sv...@va...> - 2009-07-26 09:16:06
|
Author: bart
Date: 2009-07-26 10:15:55 +0100 (Sun, 26 Jul 2009)
New Revision: 10608
Log:
Trace the oflag parameter of sem_open() in hexadecimal format instead of decimal.
Modified:
trunk/drd/drd_semaphore.c
Modified: trunk/drd/drd_semaphore.c
===================================================================
--- trunk/drd/drd_semaphore.c 2009-07-26 09:04:42 UTC (rev 10607)
+++ trunk/drd/drd_semaphore.c 2009-07-26 09:15:55 UTC (rev 10608)
@@ -261,7 +261,7 @@
{
VG_(message)(Vg_UserMsg,
"[%d] sem_open 0x%lx name %s"
- " oflag %ld mode %#lo value %u\n",
+ " oflag %#lx mode %#lo value %u\n",
DRD_(thread_get_running_tid)(),
semaphore, name, oflag, mode, value);
}
|