We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd0a5f3 + 51f289a commit 8b48679Copy full SHA for 8b48679
src/statd/python/yanger/infix_firewall.py
@@ -19,7 +19,8 @@ def get_interface(interface="org.fedoraproject.FirewallD1"):
19
return dbus.Interface(obj, dbus_interface=interface)
20
21
except dbus.exceptions.DBusException as e:
22
- common.LOG.warning("Failed to connect to firewalld D-Bus: %s", e)
+ # Firewall service may not be running, this is not an error
23
+ common.LOG.debug("Firewalld not available: %s", e)
24
return None
25
26
0 commit comments