From: Tobias Brunner Date: Tue, 29 May 2018 13:39:19 +0000 (+0200) Subject: ike-cfg: Log the selected proposal on level 1 X-Git-Tag: 5.7.0dr5~25^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d338b9acf5f6c0f19f06bbc90aebe6b27b7a453;p=thirdparty%2Fstrongswan.git ike-cfg: Log the selected proposal on level 1 --- diff --git a/src/libcharon/config/ike_cfg.c b/src/libcharon/config/ike_cfg.c index a73a5b5e26..878643ac26 100644 --- a/src/libcharon/config/ike_cfg.c +++ b/src/libcharon/config/ike_cfg.c @@ -344,7 +344,7 @@ METHOD(ike_cfg_t, select_proposal, proposal_t*, { DBG2(DBG_CFG, "received proposals: %#P", proposals); DBG2(DBG_CFG, "configured proposals: %#P", this->proposals); - DBG2(DBG_CFG, "selected proposal: %P", selected); + DBG1(DBG_CFG, "selected proposal: %P", selected); break; } }