diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-07-17 17:00:17 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-07-17 17:00:17 +0200 |
commit | 6b04ba288d6a618d249a9bb3399a65b3297d9f5f (patch) | |
tree | 13c26e10c6f0a05d08c49880e33874f9440c1115 /src/charon | |
parent | ca366aeea0b47b7ea1fcdf83dd05ad4e03d39c16 (diff) | |
download | strongswan-6b04ba288d6a618d249a9bb3399a65b3297d9f5f.tar.bz2 strongswan-6b04ba288d6a618d249a9bb3399a65b3297d9f5f.tar.xz |
streamlined debug output of integrity tests
Diffstat (limited to 'src/charon')
-rw-r--r-- | src/charon/daemon.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/charon/daemon.c b/src/charon/daemon.c index 07267cb98..92dc88f81 100644 --- a/src/charon/daemon.c +++ b/src/charon/daemon.c @@ -464,6 +464,11 @@ static bool initialize(private_daemon_t *this, bool syslog, level_t levels[]) DBG1(DBG_DMN, "Starting IKEv2 charon daemon (strongSwan "VERSION")"); + if (lib->integrity) + { + DBG1(DBG_DMN, "integrity tests enabled:"); + } + /* load secrets, ca certificates and crls */ this->public.processor = processor_create(); this->public.scheduler = scheduler_create(); |