From cb14d7379fc844c706440a3bdcfb34ba52956c80 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 25 Jun 2011 14:21:20 +0200 Subject: [PATCH] fixed copy-and-paste error --- src/libcharon/plugins/tnccs_11/tnccs_11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));