log CHANGE change libssh verbosity with libnetconf
diff --git a/src/log.c b/src/log.c
index 3cc7b98..9a0b8ab 100644
--- a/src/log.c
+++ b/src/log.c
@@ -39,6 +39,9 @@
 {
     verbose_level = level;
     ly_verb((LY_LOG_LEVEL)level);
+#ifdef ENABLE_SSH
+    ssh_set_log_level(level);
+#endif
 }
 
 struct {