comparison cli-session.c @ 1894:62e4baa059c3

changed TRACE to DEBUG1 for dbclient
author HansH111 <hans@atbas.org>
date Sat, 19 Mar 2022 09:02:55 +0000
parents 1d86a58fb52d
children
comparison
equal deleted inserted replaced
1893:180e580778df 1894:62e4baa059c3
100 struct sshsession *myses = userdata; 100 struct sshsession *myses = userdata;
101 if (result == DROPBEAR_FAILURE) { 101 if (result == DROPBEAR_FAILURE) {
102 dropbear_exit("Connect failed: %s", errstring); 102 dropbear_exit("Connect failed: %s", errstring);
103 } 103 }
104 myses->sock_in = myses->sock_out = sock; 104 myses->sock_in = myses->sock_out = sock;
105 TRACE(("cli_connected")) 105 DEBUG1(("cli_connected"))
106 ses.socket_prio = DROPBEAR_PRIO_NORMAL; 106 ses.socket_prio = DROPBEAR_PRIO_NORMAL;
107 /* switches to lowdelay */ 107 /* switches to lowdelay */
108 update_channel_prio(); 108 update_channel_prio();
109 } 109 }
110 110