Pau Espin Pedrol has submitted this change and it was merged. (
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(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
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: merged
Gerrit-Change-Id: I33d0153b3e89aa1924129b8068ef068c08059958
Gerrit-Change-Number: 12896
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>