aboutsummaryrefslogtreecommitdiffstats
path: root/DominoClient.py
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-06-09 12:13:03 -0700
committerUlas Kozat <ulas.kozat@gmail.com>2016-06-09 12:13:03 -0700
commit5b6b8842cfa56abcb4d7f23b37d02912a7d26199 (patch)
treefad9b5bdebc9866143bde64d27c8218ae45503de /DominoClient.py
parent4b29a244a43340e9758941222fdbc75060c5f279 (diff)
Readded falsely deleted line for recording registered nodes in dictionary object
Change-Id: Ie000af03a00c8b0abb37fba8cf8634cd2824812d 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 8ce8ae7..067b090 100755
--- a/DominoClient.py
+++ b/DominoClient.py
@@ -316,7 +316,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', pub_msg_r.domino_udid, pub_msg_r.seq_no)
+ 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)
except (Thrift.TException, TSocket.TTransportException) as tx:
print '%s' % (tx.message)
except (socket.timeout) as tx: