aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 7888133..c81d041 100644
--- a/util.c
+++ b/util.c
@@ -25,7 +25,7 @@ void
tprintf(struct process *proc, const char *fmt, ...)
{
va_list ap;
- if (proc->silent_until_execed)
+ if (proc->ignore_until_execed)
return;
if (fmt[0] == '\n' && fmt[1]) {
last_pid = 0;