diff --git a/cf_remote/aramid.py b/cf_remote/aramid.py index 63ec996..c7ec7cd 100644 --- a/cf_remote/aramid.py +++ b/cf_remote/aramid.py @@ -161,6 +161,7 @@ def communicate(self, timeout=1, ignore_failed=False): self.done = True self.stdout += out self.stderr += err + print("CRAIG, aramid, _Task, communicate OK, stdout %s, stderr %s" % (self.stdout, self.stderr)) return True def print_output(