Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/12896


Change subject: modem: print call ID during log of call state
......................................................................

modem: print call ID during log of call state

Change-Id: I33d0153b3e89aa1924129b8068ef068c08059958
---
M src/osmo_gsm_tester/modem.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester 
refs/changes/96/12896/1

diff --git a/src/osmo_gsm_tester/modem.py b/src/osmo_gsm_tester/modem.py
index 5106702..6a2a49a 100644
--- a/src/osmo_gsm_tester/modem.py
+++ b/src/osmo_gsm_tester/modem.py
@@ -735,7 +735,7 @@
             self.log('asking call state for non existent call')
             log.log_exn()
             state = 'disconnected'
-        self.dbg('call state: %s' % state)
+        self.dbg('call state: %s' % state, call_id=call_id)
         return state

     def _on_callmgr_call_added(self, obj_path, properties):

--
To view, visit https://gerrit.osmocom.org/12896
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I33d0153b3e89aa1924129b8068ef068c08059958
Gerrit-Change-Number: 12896
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to