consistent display of strongSwan version

This commit is contained in:
Andreas Steffen
2009-06-13 16:03:08 +02:00
parent 2b92fc9880
commit ebde1a7ddd
13 changed files with 17 additions and 104 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ static bool initialize(private_daemon_t *this, bool syslog, level_t levels[])
initialize_loggers(this, !syslog, levels);
DBG1(DBG_DMN, "starting charon (strongSwan Version %s)", VERSION);
DBG1(DBG_DMN, "Starting IKEv2 charon daemon (strongSwan "VERSION")");
/* load secrets, ca certificates and crls */
this->public.processor = processor_create();