Michael Merickel
2011-08-21 accc4f4518ed6d204f3dea4579a3747f66e6999b
Updated routematch debugging to show the text description for predicates.
1 files modified
2 ■■■ changed files
pyramid/router.py 2 ●●● patch | view | raw | blame | history
pyramid/router.py
@@ -95,7 +95,7 @@
                            route.name,
                            request.path_info,
                            route.pattern, match,
                            route.predicates)
                            ', '.join([p.__text__ for p in route.predicates]))
                        )
                    logger and logger.debug(msg)