From: Todd C. Miller Date: Fri, 3 Mar 2017 18:20:25 +0000 (-0700) Subject: change debug info when suspending sudo X-Git-Tag: SUDO_1_8_20^2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a788144094bc33f41c7097ee84bc9cf8533343e8;p=sudo change debug info when suspending sudo --- 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);