cosmetic: dbg log fix in suite.py

Change-Id: I0ff92bc1aa05bf5020bbb3b6965cbb22f1ca4d61
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)