changed TRACE to DEBUG1 for dbclient

This commit is contained in:
HansH111
2022-03-19 09:02:55 +00:00
parent 9ea30b8932
commit 1f169dafa8
6 changed files with 32 additions and 28 deletions

View File

@@ -102,7 +102,7 @@ void cli_connected(int result, int sock, void* userdata, const char *errstring)
dropbear_exit("Connect failed: %s", errstring);
}
myses->sock_in = myses->sock_out = sock;
TRACE(("cli_connected"))
DEBUG1(("cli_connected"))
ses.socket_prio = DROPBEAR_PRIO_NORMAL;
/* switches to lowdelay */
update_channel_prio();