From f35baa2c6367141251d649c7464f186040a31da5 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 5 Jul 2022 17:38:04 +0200 Subject: [PATCH] feat(debug): Inform user when firewalld XML config is unchanged --- update-firewall-source.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update-firewall-source.py b/update-firewall-source.py index 5ff3fc3..a624440 100644 --- a/update-firewall-source.py +++ b/update-firewall-source.py @@ -595,6 +595,7 @@ def has_xml_changed( f"""{nl.join(diff_result)}""") return True else: + log.info(f"No diff in firewalld XML config, no need to write new file.") return False