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

options: Fix log level documentation

BUG: https://red.libssh.org/issues/210

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2016-11-05 17:15:31 +01:00
parent 857ce2376e
commit 801bc29494

View File

@@ -1363,10 +1363,10 @@ static int ssh_bind_set_key(ssh_bind sshbind, char **key_loc,
* with verbosity less than or equal to the * with verbosity less than or equal to the
* logging verbosity will be shown. * logging verbosity will be shown.
* - SSH_LOG_NOLOG: No logging * - SSH_LOG_NOLOG: No logging
* - SSH_LOG_RARE: Rare conditions or warnings * - SSH_LOG_WARNING: Only warnings
* - SSH_LOG_ENTRY: API-accessible entrypoints * - SSH_LOG_PROTOCOL: High level protocol information
* - SSH_LOG_PACKET: Packet id and size * - SSH_LOG_PACKET: Lower level protocol infomations, packet level
* - SSH_LOG_FUNCTIONS: Function entering and leaving * - SSH_LOG_FUNCTIONS: Every function path
* *
* - SSH_BIND_OPTIONS_LOG_VERBOSITY_STR: * - SSH_BIND_OPTIONS_LOG_VERBOSITY_STR:
* Set the session logging verbosity via a * Set the session logging verbosity via a