Change in python/osmo-python-tests[master]: ctrl2cgi: log traps via debu 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/.

Max gerrit-no-reply at lists.osmocom.org
Mon Nov 26 13:30:41 UTC 2018


Max has uploaded this change for review. ( https://gerrit.osmocom.org/11933


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

ctrl2cgi: log traps via debu facility

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



  git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/33/11933/1

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: newchange
Gerrit-Change-Id: I21ff593be420a374a00073953c9254a013c43164
Gerrit-Change-Number: 11933
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181126/0de49d72/attachment.htm>


More information about the gerrit-log mailing list