ctrl2cgi: log traps via debug facility

Change-Id: I21ff593be420a374a00073953c9254a013c43164
Related: SYS#4399
This commit is contained in:
Max 2018-11-26 14:30:00 +01:00
parent c16fa3c750
commit f2199446b4
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ class Trap(CTRL):
"""
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]