changeset 1854:cba37fe1ddc8

Fix accidentally committed debug message Was added Oct 18 2021 "Only redirect stderr after the session login."
author Matt Johnston <matt@ucc.asn.au>
date Sat, 22 Jan 2022 12:46:08 +0800
parents 2be3115a8762
children 35d504d59c05
files svr-chansession.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svr-chansession.c	Tue Oct 19 13:45:59 2021 +0800
+++ b/svr-chansession.c	Sat Jan 22 12:46:08 2022 +0800
@@ -851,7 +851,6 @@
 		 * 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