aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_auth.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-04-02 19:15:05 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-04-02 19:15:05 +0000
commit196b28a470cf648b783106a9514d48d78e7406f0 (patch)
treecdb7cbd2904aac2481019f78ce5baa95ff110481 /src/charon/sa/tasks/ike_auth.c
parentf342cc08c0279fa0f3f126d0cacb95cdb7d16da4 (diff)
downloadstrongswan-4.2.0.tar.bz2
strongswan-4.2.0.tar.xz
demoted more notify debug messages to level 24.2.0
Diffstat (limited to 'src/charon/sa/tasks/ike_auth.c')
-rw-r--r--src/charon/sa/tasks/ike_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/tasks/ike_auth.c b/src/charon/sa/tasks/ike_auth.c
index 6efd47244..3984936db 100644
--- a/src/charon/sa/tasks/ike_auth.c
+++ b/src/charon/sa/tasks/ike_auth.c
@@ -661,7 +661,7 @@ static status_t process_i(private_ike_auth_t *this, message_t *message)
iterator->destroy(iterator);
return FAILED;
}
- DBG1(DBG_IKE, "received %N notify",
+ DBG2(DBG_IKE, "received %N notify",
notify_type_names, type);
break;
}