Record host specific messages to log files (#28661)

Fixes #28660

Change-Id: I0028f16320fd63c6ee0fa3be942fc88c555e4dcb
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
pull/49673/head
Sorin Sbarnea 6 years ago committed by Brian Coca
parent 7aa11c441d
commit cba3290621

@ -205,7 +205,7 @@ class Display(with_metaclass(Singleton, object)):
if host is None:
self.display(msg, color=C.COLOR_VERBOSE)
else:
self.display("<%s> %s" % (host, msg), color=C.COLOR_VERBOSE, screen_only=True)
self.display("<%s> %s" % (host, msg), color=C.COLOR_VERBOSE)
def deprecated(self, msg, version=None, removed=False):
''' used to print out a deprecation message.'''

Loading…
Cancel
Save