streamlined debug output of integrity tests

This commit is contained in:
Andreas Steffen
2009-07-17 17:00:17 +02:00
parent ca366aeea0
commit 6b04ba288d
3 changed files with 33 additions and 19 deletions
+5
View File
@@ -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();