adapted debug output
This commit is contained in:
@@ -177,7 +177,7 @@ METHOD(imc_manager_t, receive_message, void,
|
||||
enumerator->destroy(enumerator);
|
||||
if (!type_supported)
|
||||
{
|
||||
DBG2(DBG_TNC, "IMC_IMV message type 0x%08x not supported", message_type);
|
||||
DBG2(DBG_TNC, "message type 0x%08x not supported by any IMC", message_type);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ METHOD(imv_t, set_message_types, void,
|
||||
memcpy(this->supported_types, supported_types, size);
|
||||
}
|
||||
*pos = '\0';
|
||||
DBG2(DBG_TNC, "IMC %u supports %u message types:%s",
|
||||
DBG2(DBG_TNC, "IMV %u supports %u message types:%s",
|
||||
this->id, type_count, buf);
|
||||
}
|
||||
|
||||
|
||||
@@ -245,7 +245,7 @@ METHOD(imv_manager_t, receive_message, void,
|
||||
enumerator->destroy(enumerator);
|
||||
if (!type_supported)
|
||||
{
|
||||
DBG2(DBG_TNC, "IMC_IMV message type 0x%08x not supported", message_type);
|
||||
DBG2(DBG_TNC, "message type 0x%08x not supported by any IMV", message_type);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user