You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2017/01/06 19:39:58 UTC

[2/2] qpid-interop-test git commit: NO-JIRA: fix debug typo

NO-JIRA: fix debug typo


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/98bbff87
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/98bbff87
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/98bbff87

Branch: refs/heads/master
Commit: 98bbff870d672362bad696b024bb7f12f7fb1a63
Parents: a9229c1
Author: Chuck Rolke <cr...@redhat.com>
Authored: Fri Jan 6 14:39:48 2017 -0500
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Fri Jan 6 14:39:48 2017 -0500

----------------------------------------------------------------------
 src/python/qpid_interop_test/shims.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/98bbff87/src/python/qpid_interop_test/shims.py
----------------------------------------------------------------------
diff --git a/src/python/qpid_interop_test/shims.py b/src/python/qpid_interop_test/shims.py
index ae5b939..b0adafa 100644
--- a/src/python/qpid_interop_test/shims.py
+++ b/src/python/qpid_interop_test/shims.py
@@ -136,7 +136,7 @@ class Receiver(ShimWorkerThread):
             self.proc = Popen(self.arg_list, stdout=PIPE, stderr=PIPE, preexec_fn=setsid)
             (stdoutdata, stderrdata) = self.proc.communicate()
             if len(stderrdata) > 0:
-                #print '<<SNDR ERROR<<', stderrdata # DEBUG - useful to see shim's failure message
+                #print '<<RCVR ERROR<<', stderrdata # DEBUG - useful to see shim's failure message
                 self.return_obj = (stdoutdata, stderrdata)
             else:
                 #print '<<RCVR<<', stdoutdata # DEBUG - useful to see text received from shim


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org