fixed copy-and-paste error

This commit is contained in:
Andreas Steffen
2011-06-25 14:21:20 +02:00
parent b324976aa1
commit cb14d7379f
+1 -1
View File
@@ -120,7 +120,7 @@ METHOD(tnccs_t, send_msg, TNC_Result,
}
else
{
DBG2(DBG_TNC, "creating PB-PA message type '%N' 0x%06x/0x%02x",
DBG2(DBG_TNC, "creating IMC-IMV message type '%N' 0x%06x/0x%02x",
pen_names, vendor_id, vendor_id, subtype);
}
tnccs_msg = imc_imv_msg_create(msg_type, chunk_create(msg, msg_len));