Skip to content

Instantly share code, notes, and snippets.

@tagomoris
Created February 11, 2012 07:29
Show Gist options
  • Save tagomoris/1797432 to your computer and use it in GitHub Desktop.
Save tagomoris/1797432 to your computer and use it in GitHub Desktop.
RotateHandler doesn't have #call
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