diff --git a/src/exec_pty.c b/src/exec_pty.c index 796aa7fef..dffdc59be 100644 --- a/src/exec_pty.c +++ b/src/exec_pty.c @@ -986,7 +986,7 @@ dispatch_signal_pty(struct exec_closure_pty *ec, int signo, char *signame) */ if (WIFSTOPPED(status)) { sudo_debug_printf(SUDO_DEBUG_INFO, - "monitor stopped, suspending parent"); + "monitor stopped, suspending sudo"); n = suspend_sudo(WSTOPSIG(status)); kill(pid, SIGCONT); schedule_signal(ec, n);