Skip to content

Commit 03e5eb1

Browse files
committed
Update log level of libssh in bbs_net
1 parent 5c41bdd commit 03e5eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bbs_net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ static int bbsnet_connect(int n)
257257
ssh_session session = NULL;
258258
ssh_channel channel = NULL;
259259
int ssh_process_config = 0;
260-
int ssh_log_level = SSH_LOG_PROTOCOL;
260+
int ssh_log_level = SSH_LOG_NOLOG;
261261

262262
if (user_online_update("BBS_NET") < 0)
263263
{

0 commit comments

Comments
 (0)