Skip to content

Commit

Permalink
Minor update on confusing comment for EventOptions type (#12495)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed May 12, 2022
1 parent 01f99f4 commit 3325749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/EventLoggingTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ class EventOptions

EventSchema * mpEventSchema = nullptr; /**< A pointer to the schema of the cluster instance.*/

Type mUrgent = Type::kNotUrgent; /**< A flag denoting that the event is time sensitive. When set, it causes the event log to be
flushed. */
Type mUrgent = Type::kNotUrgent; /**< A flag denoting if the event is time sensitive. When kUrgent is set, it causes
the event log to be flushed. */
};

/**
Expand Down

0 comments on commit 3325749

Please sign in to comment.