# HG changeset patch # User Matt Johnston # Date 1642826768 -28800 # Node ID cba37fe1ddc8c592005e579cbc09d13b373e49f7 # Parent 2be3115a87623c7cb4c7f8381e4af3c0406b7d7f Fix accidentally committed debug message Was added Oct 18 2021 "Only redirect stderr after the session login." diff -r 2be3115a8762 -r cba37fe1ddc8 svr-chansession.c --- 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