summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-15 17:57:56 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-18 10:45:08 +0100
commit4986922e43b67fa68ba702fcc175f29f4d97f8f8 (patch)
tree911f5979d59d4a296a24e16e75a2e4163d508b6e
parent5a7c698b1e34c4d8c7b40b1a5c19b90d9fe720a3 (diff)
downloadappstream-glib-4986922e43b67fa68ba702fcc175f29f4d97f8f8.tar.gz
trivial: Demote 'Adding extra package' to a debug
-rw-r--r--libappstream-builder/asb-task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/asb-task.c b/libappstream-builder/asb-task.c
index 894d072..fe7cef2 100644
--- a/libappstream-builder/asb-task.c
+++ b/libappstream-builder/asb-task.c
@@ -115,7 +115,7 @@ asb_task_explode_extra_package (AsbTask *task,
asb_panel_set_status (priv->panel, "Decompressing extra pkg %s",
asb_package_get_name (pkg_extra));
asb_package_log (priv->pkg,
- ASB_PACKAGE_LOG_LEVEL_INFO,
+ ASB_PACKAGE_LOG_LEVEL_DEBUG,
"Adding extra package %s for %s",
asb_package_get_name (pkg_extra),
asb_package_get_name (priv->pkg));