log SWID tags and tag IDs on debug level 3
This commit is contained in:
@@ -96,7 +96,7 @@ static status_t read_swid_tags(private_swid_inventory_t *this, FILE *file)
|
|||||||
{
|
{
|
||||||
tag_encoding.len--;
|
tag_encoding.len--;
|
||||||
}
|
}
|
||||||
DBG2(DBG_IMC, " %.*s", tag_encoding.len, tag_encoding.ptr);
|
DBG3(DBG_IMC, " %.*s", tag_encoding.len, tag_encoding.ptr);
|
||||||
|
|
||||||
tag = swid_tag_create(tag_encoding, tag_file_path);
|
tag = swid_tag_create(tag_encoding, tag_file_path);
|
||||||
this->list->insert_last(this->list, tag);
|
this->list->insert_last(this->list, tag);
|
||||||
@@ -132,7 +132,7 @@ static status_t read_swid_tag_ids(private_swid_inventory_t *this, FILE *file)
|
|||||||
{
|
{
|
||||||
len--;
|
len--;
|
||||||
}
|
}
|
||||||
DBG2(DBG_IMC, " %.*s", len, line);
|
DBG3(DBG_IMC, " %.*s", len, line);
|
||||||
|
|
||||||
separator = strchr(line, '_');
|
separator = strchr(line, '_');
|
||||||
if (!separator)
|
if (!separator)
|
||||||
|
|||||||
Reference in New Issue
Block a user