diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/tnccs_11/tnccs_11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnccs_11/tnccs_11.c b/src/libcharon/plugins/tnccs_11/tnccs_11.c index c16078f23..0aed55cd4 100644 --- a/src/libcharon/plugins/tnccs_11/tnccs_11.c +++ b/src/libcharon/plugins/tnccs_11/tnccs_11.c @@ -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)); |