Created
February 11, 2012 07:29
-
-
Save tagomoris/1797432 to your computer and use it in GitHub Desktop.
RotateHandler doesn't have #call
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/fluent/plugin/in_tail.rb b/lib/fluent/plugin/in_tail.rb | |
index 861bcd2..48c3c70 100644 | |
--- a/lib/fluent/plugin/in_tail.rb | |
+++ b/lib/fluent/plugin/in_tail.rb | |
@@ -238,7 +238,7 @@ class TailInput < Input | |
end | |
def on_change(prev, cur) | |
- @h.call | |
+ @h.check | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment