# HG changeset patch # User Goffi # Date 1563348513 -7200 # Node ID bba1c51bf2c6fb26b106948df78f0e113d9eb724 # Parent c8c68a3b0a7971f9fb979ae8e6526e4130fbeb9f plugin adhoc D-Bus: typo diff -r c8c68a3b0a79 -r bba1c51bf2c6 sat/plugins/plugin_adhoc_dbus.py --- a/sat/plugins/plugin_adhoc_dbus.py Tue Jul 16 21:59:30 2019 +0200 +++ b/sat/plugins/plugin_adhoc_dbus.py Wed Jul 17 09:28:33 2019 +0200 @@ -30,8 +30,8 @@ from lxml import etree except ImportError: etree = None - log.warning(u"Missing module lxml, please download/install it from http://lxml.de/" - u"auto D-Bus discovery will be disabled") + log.warning(u"Missing module lxml, please download/install it from http://lxml.de/ ." + u"Auto D-Bus discovery will be disabled") from collections import OrderedDict import os.path import uuid