corrected debug groups

This commit is contained in:
Andreas Steffen
2011-11-28 21:20:24 +01:00
parent d5bde4916a
commit 8c46c649fb
2 changed files with 3 additions and 3 deletions
@@ -245,7 +245,7 @@ bool imv_attestation_build(pa_tnc_msg_t *msg,
comp = pts_components->create(pts_components, comp_name); comp = pts_components->create(pts_components, comp_name);
if (!comp) if (!comp)
{ {
DBG2(DBG_TNC, " not registered: removed from request"); DBG2(DBG_IMV, " not registered: removed from request");
comp_name->destroy(comp_name); comp_name->destroy(comp_name);
continue; continue;
} }
@@ -108,12 +108,12 @@ METHOD(pts_comp_func_name_t, log_, void,
if (names && types) if (names && types)
{ {
DBG2(DBG_TNC, "%s%N functional component '%N' [%s] '%N'", DBG2(DBG_PTS, "%s%N functional component '%N' [%s] '%N'",
label, pen_names, this->vid, names, this->name, flags, types, type); label, pen_names, this->vid, names, this->name, flags, types, type);
} }
else else
{ {
DBG2(DBG_TNC, "%s0x%06x functional component 0x%08x 0x%02x", DBG2(DBG_PTS, "%s0x%06x functional component 0x%08x 0x%02x",
label, this->vid, this->name, this->qualifier); label, this->vid, this->name, this->qualifier);
} }
} }