removed superfluous print argument

This commit is contained in:
Andreas Steffen
2009-06-17 22:54:57 +02:00
parent e1101d5994
commit bfab805898
+1 -1
View File
@@ -248,7 +248,7 @@ static bool test_signer(private_crypto_tester_t *this,
enumerator->destroy(enumerator); enumerator->destroy(enumerator);
if (!tested) if (!tested)
{ {
DBG1("%s %N: no test vectors found%s", DBG1("%s %N: no test vectors found",
this->required ? "disabled" : "enabled ", this->required ? "disabled" : "enabled ",
integrity_algorithm_names, alg); integrity_algorithm_names, alg);
return !this->required; return !this->required;