Skip to content

Commit e3acdce

Browse files
committed
Fix typo
1 parent 62fc54f commit e3acdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/filter_obsolete_plugins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def configure(conf)
4646
rescue Fluent::ConfigError
4747
raise
4848
rescue => e
49-
log.info("Failed to notfify obsolete plugins", error: e)
49+
log.info("Failed to notify obsolete plugins", error: e)
5050
end
5151

5252
def filter(tag, time, record)

0 commit comments

Comments
 (0)