Change in python/osmo-python-tests[master]: ctrl2cgi: log traps via debug facility

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

daniel gerrit-no-reply at lists.osmocom.org
Mon Nov 26 15:03:04 UTC 2018


daniel has submitted this change and it was merged. ( https://gerrit.osmocom.org/11933 )

Change subject: ctrl2cgi: log traps via debug facility
......................................................................

ctrl2cgi: log traps via debug facility

Change-Id: I21ff593be420a374a00073953c9254a013c43164
Related: SYS#4399
---
M scripts/ctrl2cgi.py
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  daniel: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/scripts/ctrl2cgi.py b/scripts/ctrl2cgi.py
index 1b5e952..bdbd5c5 100755
--- a/scripts/ctrl2cgi.py
+++ b/scripts/ctrl2cgi.py
@@ -103,6 +103,7 @@
         """
         Parse CTRL TRAP and dispatch to appropriate handler after normalization
         """
+        self.factory.log.debug('TRAP %s' % v)
         (l, r) = v.split()
         loc = l.split('.')
         t_type = loc[-1]

-- 
To view, visit https://gerrit.osmocom.org/11933
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I21ff593be420a374a00073953c9254a013c43164
Gerrit-Change-Number: 11933
Gerrit-PatchSet: 2
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181126/af776a6f/attachment.htm>


More information about the gerrit-log mailing list