From 5b6b8842cfa56abcb4d7f23b37d02912a7d26199 Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Thu, 9 Jun 2016 12:13:03 -0700 Subject: Readded falsely deleted line for recording registered nodes in dictionary object Change-Id: Ie000af03a00c8b0abb37fba8cf8634cd2824812d Signed-off-by: Ulas Kozat --- DominoClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DominoClient.py') 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: -- cgit 1.2.3-korg