diff options
Diffstat (limited to 'include/libssh')
-rw-r--r-- | include/libssh/libssh.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index bfd6815..425be1a 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -263,9 +263,9 @@ enum { /** No logging at all */ SSH_LOG_NOLOG=0, - /** Only rare and noteworthy events + /** Only warnings */ - SSH_LOG_RARE, + SSH_LOG_WARNING, /** High level protocol information */ SSH_LOG_PROTOCOL, @@ -277,6 +277,7 @@ enum { SSH_LOG_FUNCTIONS }; /** @} */ +#define SSH_LOG_RARE SSH_LOG_WARNING enum ssh_options_e { SSH_OPTIONS_HOST, |