diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-08-08 10:05:47 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-24 13:43:14 +0200 |
commit | d2b4dff5dd77176b6b1fa34a55341ef35798ffb3 (patch) | |
tree | 4b52fb399839e05fd970f6891401ca5fccff33ab /src | |
parent | 1184493407b60bb81ce5cddf5d6fbf3846cdeb7c (diff) | |
download | strongswan-d2b4dff5dd77176b6b1fa34a55341ef35798ffb3.tar.bz2 strongswan-d2b4dff5dd77176b6b1fa34a55341ef35798ffb3.tar.xz |
Log configured CHILD_SA proposals as initiator
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/config/child_cfg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcharon/config/child_cfg.c b/src/libcharon/config/child_cfg.c index 74949be3c..1598ce090 100644 --- a/src/libcharon/config/child_cfg.c +++ b/src/libcharon/config/child_cfg.c @@ -171,6 +171,8 @@ METHOD(child_cfg_t, get_proposals, linked_list_t*, } enumerator->destroy(enumerator); + DBG2(DBG_CFG, "configured proposals: %#P", proposals); + return proposals; } |