summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2016-07-22 05:46:11 +0000
committerDamien Miller <djm@mindrot.org>2016-07-23 13:24:20 +1000
commit83cbca693c3b0719270e6a0f2efe3f9ee93a65b8 (patch)
treeb0c64597f0a268fcf451cce1a3bf55ee942fd880 /sshconnect2.c
parent10358abd087ab228b7ce2048efc4f3854a9ab9a6 (diff)
upstream commit
Lower loglevel for "Authenticated with partial success" message similar to other similar level. bz#2599, patch from cgallek at gmail.com, ok markus@ Upstream-ID: 3faab814e947dc7b2e292edede23e94c608cb4dd
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 6742a318c..fae8b0f2c 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect2.c,v 1.246 2016/07/17 04:20:16 djm Exp $ */ 1/* $OpenBSD: sshconnect2.c,v 1.247 2016/07/22 05:46:11 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * Copyright (c) 2008 Damien Miller. All rights reserved. 4 * Copyright (c) 2008 Damien Miller. All rights reserved.
@@ -556,7 +556,7 @@ input_userauth_failure(int type, u_int32_t seq, void *ctxt)
556 packet_check_eom(); 556 packet_check_eom();
557 557
558 if (partial != 0) { 558 if (partial != 0) {
559 logit("Authenticated with partial success."); 559 verbose("Authenticated with partial success.");
560 /* reset state */ 560 /* reset state */
561 pubkey_cleanup(authctxt); 561 pubkey_cleanup(authctxt);
562 pubkey_prepare(authctxt); 562 pubkey_prepare(authctxt);