From: Tobias Brunner Date: Tue, 29 May 2018 13:39:38 +0000 (+0200) Subject: child-cfg: Log the selected proposal on level 1 X-Git-Tag: 5.7.0dr5~25^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f5fe1ca9664dcdc8304787eac2990c571876d2;p=thirdparty%2Fstrongswan.git child-cfg: Log the selected proposal on level 1 --- diff --git a/src/libcharon/config/child_cfg.c b/src/libcharon/config/child_cfg.c index bc417f936b..0b00599a95 100644 --- a/src/libcharon/config/child_cfg.c +++ b/src/libcharon/config/child_cfg.c @@ -254,7 +254,7 @@ METHOD(child_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; } }