1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

log: Fix log levels.

Signed-off-by: Gangadhar Sandrani <gangadhar.sandrani@gmail.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Gangadhar Sandrani
2014-04-22 09:35:33 +02:00
committed by Andreas Schneider
parent eb86fd8cdf
commit d6e6a453fc
5 changed files with 14 additions and 9 deletions

View File

@@ -343,7 +343,7 @@ int ssh_packet_socket_callback(const void *data, size_t receivedlen, void *user)
return processed;
case PACKET_STATE_PROCESSING:
SSH_LOG(SSH_LOG_RARE, "Nested packet processing. Delaying.");
SSH_LOG(SSH_LOG_PACKET, "Nested packet processing. Delaying.");
return 0;
}