[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: log level in packet.c
[Thread Prev] | [Thread Next]
- Subject: Re: log level in packet.c
- From: Aris Adamantiadis <aris@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sat, 29 Aug 2009 19:00:19 +0200
- To: libssh@xxxxxxxxxx
Andreas, Norbert, Fix pushed in d9a50f0 Regards, Aris Andreas Schneider a écrit :
On Saturday 29 August 2009 01:02:59 Norbert Kiesel wrote:Hi,Hi Norbert,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?that's a good question. I think they should be SSH_LOG_PACKET. A patch is very welcome ;)-- andreas
log level in packet.c | Norbert Kiesel <nkiesel@xxxxxxxxxxxxxxx> |
Re: log level in packet.c | Andreas Schneider <mail@xxxxxxxxxxxx> |