Typo in comment

master
Daniel Berteaud 5 years ago
parent 04875beb79
commit eb9de222ce
  1. 2
      systemd-journal-gelf

@ -177,7 +177,7 @@ while ( my $entry = <JOURNAL> ){
}
}
# Add the other attributes to the gelf message, except thos already treated
# Add the other attributes to the gelf message, except those already treated
foreach ( grep !/^MESSAGE|_HOSTNAME|__REALTIME_TIMESTAMP|PRIORITY$/, keys %$msg ){
$gelf->{$_} = $msg->{$_};
}

Loading…
Cancel
Save