warning message improved (#42969)

This commit is contained in:
saichint 2018-07-18 21:03:28 -07:00 committed by Trishna Guha
parent 70564ffd89
commit bea8e0200c

View file

@ -198,7 +198,7 @@ class FactsBase(object):
try:
return resp[0]
except IndexError:
self.warnings.append('command %s failed, facts will not be populated' % command_string)
self.warnings.append('command %s failed, facts for this command will not be populated' % command_string)
return None
def transform_dict(self, data, keymap):