[PATCH] osmo-gsm-tester[master]: cosmetic: dbg log fix in suite.py

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Jun 14 01:03:27 UTC 2017


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

cosmetic: dbg log fix in suite.py

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


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

diff --git a/src/osmo_gsm_tester/suite.py b/src/osmo_gsm_tester/suite.py
index be799d3..5c567f8 100644
--- a/src/osmo_gsm_tester/suite.py
+++ b/src/osmo_gsm_tester/suite.py
@@ -422,7 +422,7 @@
 
 def bts_obj(suite_run, conf):
     bts_type = conf.get('type')
-    log.dbg(None, None, 'create BTS object', type=bts_type)
+    log.dbg('create BTS object', type=bts_type)
     bts_class = resource.KNOWN_BTS_TYPES.get(bts_type)
     if bts_class is None:
         raise RuntimeError('No such BTS type is defined: %r' % bts_type)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ff92bc1aa05bf5020bbb3b6965cbb22f1ca4d61
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list