modem: print call ID during log of call state

Change-Id: I33d0153b3e89aa1924129b8068ef068c08059958
This commit is contained in:
Pau Espin 2019-02-13 17:40:31 +01:00
parent 82feeff1c5
commit 32e9d8c26e
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ class Modem(log.Origin):
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):