From 801bc29494f7b0da377334a9e48eff698d53376d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 5 Nov 2016 17:15:31 +0100 Subject: [PATCH] options: Fix log level documentation BUG: https://red.libssh.org/issues/210 Signed-off-by: Andreas Schneider --- src/options.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/options.c b/src/options.c index bfb16695..3470a792 100644 --- a/src/options.c +++ b/src/options.c @@ -1363,10 +1363,10 @@ static int ssh_bind_set_key(ssh_bind sshbind, char **key_loc, * with verbosity less than or equal to the * logging verbosity will be shown. * - SSH_LOG_NOLOG: No logging - * - SSH_LOG_RARE: Rare conditions or warnings - * - SSH_LOG_ENTRY: API-accessible entrypoints - * - SSH_LOG_PACKET: Packet id and size - * - SSH_LOG_FUNCTIONS: Function entering and leaving + * - SSH_LOG_WARNING: Only warnings + * - SSH_LOG_PROTOCOL: High level protocol information + * - SSH_LOG_PACKET: Lower level protocol infomations, packet level + * - SSH_LOG_FUNCTIONS: Every function path * * - SSH_BIND_OPTIONS_LOG_VERBOSITY_STR: * Set the session logging verbosity via a