libimcv: Changed debug level for functional components from 2 to 3
This commit is contained in:
@@ -117,12 +117,12 @@ METHOD(pts_comp_func_name_t, log_, void,
|
|||||||
|
|
||||||
if (names && types)
|
if (names && types)
|
||||||
{
|
{
|
||||||
DBG2(DBG_PTS, "%s%N functional component '%N' [%s] '%N'",
|
DBG3(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_PTS, "%s0x%06x functional component 0x%08x 0x%02x",
|
DBG3(DBG_PTS, "%s0x%06x functional component 0x%08x 0x%02x",
|
||||||
label, this->vid, this->name, this->qualifier);
|
label, this->vid, this->name, this->qualifier);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user