Added some debugging output

This commit is contained in:
Jeremy Ellington 2005-02-09 19:30:33 +00:00
parent 15ed988689
commit 5679de9984

View File

@ -295,7 +295,8 @@ int lanplus_rakp4_hmac_matches(const struct ipmi_session * session,
if (verbose > 2) if (verbose > 2)
{ {
printbuf(mac, macLength, ">> rakp4 mac as computed by the remote console"); printbuf(bmc_mac, macLength, ">> rakp4 mac as computed by the BMC");
printbuf(mac, macLength, ">> rakp4 mac as computed by the remote console");
} }
@ -675,7 +676,6 @@ int lanplus_encrypt_payload(uint8_t crypt_alg,
if (crypt_alg == IPMI_CRYPT_NONE) if (crypt_alg == IPMI_CRYPT_NONE)
{ {
lprintf(LOG_WARNING, "NOT ENCRYPTING");
/* Just copy the input to the output */ /* Just copy the input to the output */
*bytes_written = input_length; *bytes_written = input_length;
return 0; return 0;