demoted more notify debug messages to level 2

This commit is contained in:
Andreas Steffen
2008-04-02 19:15:05 +00:00
parent f342cc08c0
commit 196b28a470
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
}