diff --git a/parser/rule.h b/parser/rule.h index 97e9a149a..64a5f471c 100644 --- a/parser/rule.h +++ b/parser/rule.h @@ -182,6 +182,8 @@ public: { bool output = true; + if (priority != 0) + os << "priority=" << priority << " "; switch (audit) { case AUDIT_FORCE: os << "audit";