Skip to content

Commit

Permalink
Update function name in identifier method
Browse files Browse the repository at this point in the history
Signed-off-by: Luc Perkins <luc@timber.io>
  • Loading branch information
Luc Perkins committed Dec 21, 2020
1 parent ff56349 commit c865458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remap-functions/src/to_syslog_severity.rs
Expand Up @@ -5,7 +5,7 @@ pub struct ToSyslogSeverity;

impl Function for ToSyslogSeverity {
fn identifier(&self) -> &'static str {
"to_severity"
"to_syslog_severity"
}

fn parameters(&self) -> &'static [Parameter] {
Expand Down

0 comments on commit c865458

Please sign in to comment.