[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
log level in packet.c
[Thread Prev] | [Thread Next]
- Subject: log level in packet.c
- From: Norbert Kiesel <nkiesel@xxxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 28 Aug 2009 16:02:59 -0700
- To: libssh@xxxxxxxxxx
Hi, is it really intended that many logs in packet.c are done using SSH_LOG_RARE. I see e.g. the output of ssh_log(session, SSH_LOG_RARE, "%hhd bytes padding, %d bytes left in buffer", padding, buffer_get_rest_len(session->in_buffer)); gazillions of time in my logs. Why is that not SSH_LOG_PACKET? </nk>
Re: log level in packet.c | Andreas Schneider <mail@xxxxxxxxxxxx> |