Skip to content

Commit

Permalink
Merge pull request #2424 from haldun/haldun/fix-debug-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton authored Feb 15, 2024
2 parents 4d610e0 + 01af2d4 commit 111acad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prism.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ debug_context(pm_context_t context) {
case PM_CONTEXT_IF: return "IF";
case PM_CONTEXT_MAIN: return "MAIN";
case PM_CONTEXT_MODULE: return "MODULE";
case PM_CONTEXT_NONE: return "NONE";
case PM_CONTEXT_PARENS: return "PARENS";
case PM_CONTEXT_POSTEXE: return "POSTEXE";
case PM_CONTEXT_PREDICATE: return "PREDICATE";
Expand Down

0 comments on commit 111acad

Please sign in to comment.