projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994af12
)
Print hex always as 0x
author
Jagger
<robert@swiecki.net>
Sun, 8 May 2016 02:00:33 +0000
(
04:00
+0200)
committer
Jagger
<robert@swiecki.net>
Sun, 8 May 2016 02:00:33 +0000
(
04:00
+0200)
subproc.c
patch
|
blob
|
history
diff --git
a/subproc.c
b/subproc.c
index b79e09b10ae2eb198c1882b7516c459d58a1645e..8d7799852367c313a1f04f42ac3226b7c4220c0f 100644
(file)
--- a/
subproc.c
+++ b/
subproc.c
@@
-190,7
+190,7
@@
static void subprocSeccompViolation(struct nsjconf_t *nsjconf, siginfo_t * si)
}
LOG_W
- ("Syscall number: %d, Arguments: %
lx, %lx, %lx, %lx, %lx, %lx, SP: %lx, PC: %
lx", sc,
+ ("Syscall number: %d, Arguments: %
#lx, %#lx, %#lx, %#lx, %#lx, %#lx, SP: %#lx, PC: %#
lx", sc,
arg1, arg2, arg3, arg4, arg5, arg6, sp, pc);
}