Skip to content

Commit

Permalink
Minor update on confusing comment for EventOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed Dec 2, 2021
1 parent 803f3b8 commit ba0b1b9
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 ba0b1b9

Please sign in to comment.