| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2b36433 commit a60aa72
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,7 +69,14 @@ bool is_tree_granted( | |||
| 69 | 69 | resolved_param.erase(0, 2); | |
| 70 | 70 | } | |
| 71 | 71 | #endif | |
| 72 | - return granted_tree->Lookup(resolved_param, true); | ||
| 72 | + auto _is_granted = granted_tree->Lookup(resolved_param, true); | ||
| 73 | + node::Debug(env, | ||
| 74 | + node::DebugCategory::PERMISSION_MODEL, | ||
| 75 | + "Access %d to %s\n", | ||
| 76 | + _is_granted, | ||
| 77 | + param); | ||
| 78 | + | ||
| 79 | + return _is_granted; | ||
| 73 | 80 | } | |
| 74 | 81 | ||
| 75 | 82 | static const char* kBoxDrawingsLightUpAndRight = "└─ "; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments