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);
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;