Skip to content

Commit b96ff57

Browse files
committed
gladevcp -add a verbose debug message for handler info
1 parent 6bba0e3 commit b96ff57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/hal/user_comps/gladevcp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ def main():
260260
# at this point, any glade HL widgets and their pins are set up.
261261
handlers, mod, obj = load_handlers(opts.usermod,halcomp,builder,opts.useropts)
262262

263+
LOG.verbose('Object: {} handlers: {} mod {}'.format(obj,handlers, mod))
264+
263265
# so widgets can call handler functions - give them refeence to the handler object
264266
panel.set_handler(obj)
265267

0 commit comments

Comments
 (0)