Skip to content

Commit

Permalink
lib/logsource: remove msg_set_context() call
Browse files Browse the repository at this point in the history
This is done as the subclasses already set it
themselves, making this call redundant.
  • Loading branch information
OverOrion committed Nov 8, 2024
1 parent 0bc1ad4 commit 2cb636b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/logsource.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,6 @@ log_source_queue(LogPipe *s, LogMessage *msg, const LogPathOptions *path_options
LogSource *self = (LogSource *) s;
gint i;

msg_set_context(msg);

msg_diagnostics(">>>>>> Source side message processing begin",
log_pipe_location_tag(s));

Expand Down

0 comments on commit 2cb636b

Please sign in to comment.