announce integrity testing only once

This commit is contained in:
Martin Willi 2009-07-21 14:58:14 +02:00
parent 6ff7ab850b
commit acd4afc997
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ bool library_init(char *settings)
DBG1("integrity check of libstrongswan failed");
return FALSE;
}
DBG1("integrity test enabled");
#else /* !INTEGRITY_TEST */
DBG1("integrity test enabled, but not supported");
return FALSE;