From: Holger Levsen Date: Fri, 28 Sep 2012 16:47:02 +0000 (+0200) Subject: more debugging code X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=bfc3f3be3e8d4d8e9d80f698f65786684cdbb9f2;p=profitbricks%2Fjenkins-build-scripts.git more debugging code --- diff --git a/add_liveboot_request.py b/add_liveboot_request.py index 5854b39..dfa2893 100644 --- a/add_liveboot_request.py +++ b/add_liveboot_request.py @@ -158,8 +158,10 @@ def add_liveboot_request(deb_pkg_instance_ids): if (update_default_package_list(con, def_pkg_list_id, deb_pkg_instance_id, instance_ids)): def_pkg_list_updated = True + logger.debug("deb_pkg_instance_id %s included in the liveboot" + " request" % deb_pkg_instance_id) else: - logger.info("deb_pkg_instance_id %s isn't included in the liveboot" + logger.debug("deb_pkg_instance_id %s isn't included in the liveboot" " request because it isn't member of the default package list" % deb_pkg_instance_id)