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

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue Feb 13 15:54:09 UTC 2018


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 <pespin at sysmocom.de>



More information about the gerrit-log mailing list