From bfab805898f7eee30e88d8277c32eec559a50c47 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 17 Jun 2009 22:54:57 +0200 Subject: [PATCH] removed superfluous print argument --- src/libstrongswan/crypto/crypto_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/crypto/crypto_tester.c b/src/libstrongswan/crypto/crypto_tester.c index 9e85fc8..b0b5aa9 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; -- 2.7.4