[PATCH] osmo-gsm-tester[master]: modem: deactivate_context: Fix dbg message

2018-02-13 Thread Pau Espin Pedrol

Review at  https://gerrit.osmocom.org/6410

modem: deactivate_context: Fix dbg message

Change-Id: Ib3cb72ebcbfbf53693a2d76ca1592ef7d394dd87
---
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/10/6410/1

diff --git a/src/osmo_gsm_tester/modem.py b/src/osmo_gsm_tester/modem.py
index 7750740..8de3f9f 100644
--- a/src/osmo_gsm_tester/modem.py
+++ b/src/osmo_gsm_tester/modem.py
@@ -614,7 +614,7 @@
 return ctx_path
 
 def deactivate_context(self, ctx_id):
-self.dbg('activate_context', path=ctx_id)
+self.dbg('deactivate_context', path=ctx_id)
 ctx = systembus_get(ctx_id)
 ctx.SetProperty('Active', Variant('b', False))
 event_loop.wait(self, lambda: ctx.GetProperties()['Active'] == False)

-- 
To view, visit https://gerrit.osmocom.org/6410
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib3cb72ebcbfbf53693a2d76ca1592ef7d394dd87
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 


[PATCH] osmo-gsm-tester[master]: modem: deactivate_context: Fix dbg message

2018-02-13 Thread Pau Espin Pedrol

Review at  https://gerrit.osmocom.org/6409

modem: deactivate_context: Fix dbg message

Change-Id: I9aea339fb08c20e1b66a0d24c76d855bf665a4cd
---
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/09/6409/1

diff --git a/src/osmo_gsm_tester/modem.py b/src/osmo_gsm_tester/modem.py
index 7750740..8de3f9f 100644
--- a/src/osmo_gsm_tester/modem.py
+++ b/src/osmo_gsm_tester/modem.py
@@ -614,7 +614,7 @@
 return ctx_path
 
 def deactivate_context(self, ctx_id):
-self.dbg('activate_context', path=ctx_id)
+self.dbg('deactivate_context', path=ctx_id)
 ctx = systembus_get(ctx_id)
 ctx.SetProperty('Active', Variant('b', False))
 event_loop.wait(self, lambda: ctx.GetProperties()['Active'] == False)

-- 
To view, visit https://gerrit.osmocom.org/6409
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9aea339fb08c20e1b66a0d24c76d855bf665a4cd
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol