summaryrefslogtreecommitdiff
path: root/svr-chansession.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-01-22 12:46:08 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-01-22 12:46:08 +0800
commitbeb2e6513ee3ee5c1627207a5dcf44d9c86953fe (patch)
treef611284071fe99a7a73cf3fbd682b87b99472a6e /svr-chansession.c
parent6e891736c5827a314b152b9a25268a35305aa569 (diff)
downloaddropbear-beb2e6513ee3ee5c1627207a5dcf44d9c86953fe.tar.gz
Fix accidentally committed debug message
Was added Oct 18 2021 "Only redirect stderr after the session login."
Diffstat (limited to 'svr-chansession.c')
-rw-r--r--svr-chansession.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/svr-chansession.c b/svr-chansession.c
index 29183d8..6c29b17 100644
--- a/svr-chansession.c
+++ b/svr-chansession.c
@@ -851,7 +851,6 @@ static int ptycommand(struct Channel *channel, struct ChanSess *chansess) {
* the wtmp login will not be recorded */
li = chansess_login_alloc(chansess);
login_login(li);
- dropbear_log(LOG_WARNING, "bad thing happened");
login_free_entry(li);
/* Can now dup2 stderr. Messages from login_login() have gone