diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-17 22:54:57 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-17 22:54:57 +0200 |
commit | bfab805898f7eee30e88d8277c32eec559a50c47 (patch) | |
tree | eed38cfe500e2144e0fa82f5dcdca00637e0f256 | |
parent | e1101d5994803deb0549783fa6e7ab458af006b4 (diff) | |
download | strongswan-bfab805898f7eee30e88d8277c32eec559a50c47.tar.bz2 strongswan-bfab805898f7eee30e88d8277c32eec559a50c47.tar.xz |
removed superfluous print argument
-rw-r--r-- | src/libstrongswan/crypto/crypto_tester.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/crypto_tester.c b/src/libstrongswan/crypto/crypto_tester.c index 9e85fc8ac..b0b5aa969 100644 --- a/src/libstrongswan/crypto/crypto_tester.c +++ b/src/libstrongswan/crypto/crypto_tester.c @@ -248,7 +248,7 @@ static bool test_signer(private_crypto_tester_t *this, enumerator->destroy(enumerator); if (!tested) { - DBG1("%s %N: no test vectors found%s", + DBG1("%s %N: no test vectors found", this->required ? "disabled" : "enabled ", integrity_algorithm_names, alg); return !this->required; |