From 096c726b5bc172d87691d94415c444df7af53c5f Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 27 May 2014 19:29:16 +0200 Subject: [PATCH] log SWID tags and tag IDs on debug level 3 --- src/libpts/swid/swid_inventory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libpts/swid/swid_inventory.c b/src/libpts/swid/swid_inventory.c index 4e696ef33e..c1e2844828 100644 --- a/src/libpts/swid/swid_inventory.c +++ b/src/libpts/swid/swid_inventory.c @@ -96,7 +96,7 @@ static status_t read_swid_tags(private_swid_inventory_t *this, FILE *file) { 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); 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--; } - DBG2(DBG_IMC, " %.*s", len, line); + DBG3(DBG_IMC, " %.*s", len, line); separator = strchr(line, '_'); if (!separator) -- 2.47.3