diff options
| author | Tobias Brunner <tobias@strongswan.org> | 2017-01-23 17:14:01 +0100 |
|---|---|---|
| committer | Tobias Brunner <tobias@strongswan.org> | 2017-01-25 14:58:09 +0100 |
| commit | 9665686bd807d70041b22312936034bf256d2b8c (patch) | |
| tree | 3f16de89f0f6dcef78331cfe40acc12547ba0bb6 /src/libcharon/tests/utils | |
| parent | ff22d53ba9949d20d00e4d2137fcdb354627565e (diff) | |
| download | strongswan-9665686bd807d70041b22312936034bf256d2b8c.tar.bz2 strongswan-9665686bd807d70041b22312936034bf256d2b8c.tar.xz | |
daemon: Use separate method to set default loggers
This way it is not necessary to pass the same values to reload the
loggers.
Diffstat (limited to 'src/libcharon/tests/utils')
| -rw-r--r-- | src/libcharon/tests/utils/exchange_test_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/tests/utils/exchange_test_helper.c b/src/libcharon/tests/utils/exchange_test_helper.c index f32906d5d..fce0ccedf 100644 --- a/src/libcharon/tests/utils/exchange_test_helper.c +++ b/src/libcharon/tests/utils/exchange_test_helper.c @@ -282,7 +282,7 @@ static void initialize_logging() level, lib->ns), lib->ns); lib->settings->set_bool(lib->settings, "%s.filelog.stderr.ike_name", TRUE, lib->ns); - charon->load_loggers(charon, NULL, TRUE); + charon->load_loggers(charon); } /** |
