Skip to content

Commit e061144

Browse files
authored
Merge pull request #104 from fluent/clarify-successor
Clarify successor of in_windows_eventlog
2 parents b34901a + 1ffbcaf commit e061144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/in_windows_eventlog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def initialize
4949
end
5050

5151
def configure(conf)
52-
log.warn "in_windows_eventlog is deprecated. It will be removed in the future version."
52+
log.warn "in_windows_eventlog is deprecated. It will be removed in the future version. Please use in_windows_eventlog2 bundled with this plugin instead."
5353
super
5454
@chs = @channels.map {|ch| ch.strip.downcase }.uniq
5555
if @chs.empty?

0 commit comments

Comments
 (0)