]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
child-cfg: Log the selected proposal on level 1
authorTobias Brunner <tobias@strongswan.org>
Tue, 29 May 2018 13:39:38 +0000 (15:39 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 28 Jun 2018 14:53:35 +0000 (16:53 +0200)
src/libcharon/config/child_cfg.c

index bc417f936bc2df972ae922900ba07f599c026ba6..0b00599a95bf1e4b85259727199cb79984200f97 100644 (file)
@@ -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;
                        }
                }