diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-27 15:23:03 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-27 15:23:03 +0000 |
commit | 3dd66cfd8a35ecbea7edce1c03e7ab16f272a4c3 (patch) | |
tree | 2ada123699e1833f8d25ad05aa5950164057b9fd /usr.bin/ssh/serverloop.c | |
parent | f81068083e87457fd88a399e400dd551903cc40c (diff) |
cleanup logging for sshd/2, respect PasswordAuth no
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 93c33534d08..0f8381542db 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -720,7 +720,7 @@ server_input_channel_open(int type, int plen) rwindow = packet_get_int(); rmaxpack = packet_get_int(); - log("channel_input_open: ctype %s rchan %d win %d max %d", + debug("channel_input_open: ctype %s rchan %d win %d max %d", ctype, rchan, rwindow, rmaxpack); if (strcmp(ctype, "session") == 0) { |