cubicweb/pyramid/bwcompat.py
changeset 12766 682d0790997f
parent 12764 fb97669efcaa
--- a/cubicweb/pyramid/bwcompat.py	Thu Nov 14 01:01:00 2019 +0100
+++ b/cubicweb/pyramid/bwcompat.py	Thu Nov 14 15:40:35 2019 +0100
@@ -93,6 +93,9 @@
                                  ctrlid, req.path, controller,
                                  inspect.getsourcefile(controller.__class__),
                                  inspect.getsourcelines(controller.__class__)[1])
+                        emit_to_debug_channel("vreg", {
+                            "vreg": vreg,
+                        })
                         emit_to_debug_channel("controller", {
                             "kind": ctrlid,
                             "request": req,