Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/931#discussion_r41971547
  
    --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py ---
    @@ -150,6 +150,8 @@ def compare(self, list):
                 new_rule.set_table(fw[0])
                 if isinstance(fw[1], int):
                     new_rule.set_count(fw[1])
    +
    +            logging.debug("Checking if the rule already exists: rule=%s 
table=%s chain=%s", new_rule.get_rule(), new_rule.get_table(), 
new_rule.get_chain())
    --- End diff --
    
    is this log-line helpful during dev only?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to