made lanplus_crypt_impl a little more verbose

This commit is contained in:
Jeremy Ellington 2004-07-19 15:55:35 +00:00
parent 00b6abee9d
commit d4edb349a4

View File

@ -287,7 +287,7 @@ lanplus_decrypt_aes_cbc_128(const unsigned char * iv,
}
}
if (verbose > 2)
if (verbose > 1)
printbuf(output, *bytes_written, "decrypted this data");
}