From 0973ec9906e93db42362172a786bab9aac18bf1e Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 3 Aug 2011 10:40:36 +0200 Subject: [PATCH] changed DBG_IMC to DBG_IMV --- src/libimcv/plugins/imv_attestation/imv_attestation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation.c b/src/libimcv/plugins/imv_attestation/imv_attestation.c index 6ccbd86..47c3ffd 100644 --- a/src/libimcv/plugins/imv_attestation/imv_attestation.c +++ b/src/libimcv/plugins/imv_attestation/imv_attestation.c @@ -181,11 +181,11 @@ TNC_Result TNC_IMV_ReceiveMessage(TNC_IMVID imv_id, { case PA_ERROR_INVALID_PARAMETER: offset = error_attr->get_offset(error_attr); - DBG1(DBG_IMC, " occurred at offset of %u bytes", offset); + DBG1(DBG_IMV, " occurred at offset of %u bytes", offset); break; case PA_ERROR_ATTR_TYPE_NOT_SUPPORTED: attr_info = error_attr->get_attr_info(error_attr); - DBG1(DBG_IMC, " unsupported attribute %#B", &attr_info); + DBG1(DBG_IMV, " unsupported attribute %#B", &attr_info); break; default: break; -- 2.7.4