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 <[email protected]>

Reply via email to