aboutsummaryrefslogtreecommitdiffstats
path: root/DominoClient.py
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-11-18 12:42:51 -0800
committerUlas Kozat <ulas.kozat@gmail.com>2016-11-18 12:52:46 -0800
commit6aa5772f98296bf9bbb9bbed144cf52d48949119 (patch)
treeced038266a2baa1fd4cacfcbd8bc2bbb0a64201d /DominoClient.py
parentd8fdb16bbd33e6706a1fc8ca7f2493984f83027e (diff)
Fix reference files and client logging for testing
Fix bug in the scheduler code introduced in the previous merge Change-Id: Ib6ce799748a767a2d78bdddd853bfbc93b2e9c23 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'DominoClient.py')
-rwxr-xr-xDominoClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DominoClient.py b/DominoClient.py
index 1a54648..0b2ddd3 100755
--- a/DominoClient.py
+++ b/DominoClient.py
@@ -339,7 +339,7 @@ class DominoClient:
return
try:
pub_msg_r = self.sender().d_publish(pub_msg)
- logging.info('Publish Response is received from: %d ,sequence number: %d Op. Status: %d', pub_msg_r.domino_udid, pub_msg_r.seq_no, pub_msg_r.responseCode)
+ logging.info('Publish Response is received from: %d ,sequence number: %d Status: %d', pub_msg_r.domino_udid, pub_msg_r.seq_no, pub_msg_r.responseCode)
except (Thrift.TException, TSocket.TTransportException) as tx:
print '%s' % (tx.message)
except (socket.timeout) as tx: