summaryrefslogtreecommitdiff
path: root/runner
diff options
context:
space:
mode:
Diffstat (limited to 'runner')
-rw-r--r--runner/executor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/executor.c b/runner/executor.c
index 62901d86..4a0a1219 100644
--- a/runner/executor.c
+++ b/runner/executor.c
@@ -552,7 +552,7 @@ static int monitor_output(pid_t child,
/* Nothing that can be done, really. Let's tell the caller we want to abort. */
if (settings->log_level >= LOG_LEVEL_NORMAL) {
- fprintf(stderr, "Child refuses to die, tainted %x. Aborting.\n",
+ fprintf(stderr, "Child refuses to die, tainted %lx. Aborting.\n",
taints);
}
close_watchdogs(settings);