Attempt to see if the error itself can give us a little more information
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
3f7c896509
commit
9c6e27ca13
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ class CallbackModule(CallbackBase):
|
|||
except ConnectionException as e:
|
||||
LOGGER.warning("Error sending message %s: %s", msg.id, e)
|
||||
print("Error sending message %s: %s", msg.id, e)
|
||||
print(e)
|
||||
self.playbook_path = path
|
||||
|
||||
def v2_playbook_on_stats(self, stats):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue