Skip to content

Commit

Permalink
filterx/message-value: fix renaming in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Sep 17, 2024
1 parent fe1c67b commit f895bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filterx/object-message-value.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ _unmarshal_repr(const gchar *repr, gssize repr_len, LogMessageValueType t)
return NULL;
}

/* NOTE: calling map_to_json() on a FilterXMessageBase is less than ideal as
/* NOTE: calling map_to_json() on a FilterXMessageValue is less than ideal as
* we would unmarshal the value and then drop the result. The expectation
* is that the caller would explicitly unmarshall first, cache the result
* and call map_to_json on the unmarshalled object.
Expand Down

0 comments on commit f895bfd

Please sign in to comment.