From a7b41f0231243f785faaab2c520769a74eb42b01 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Thu, 30 Mar 2017 12:58:22 +0900 Subject: [PATCH] Fix a typo --- lib/fluent/compat/input.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fluent/compat/input.rb b/lib/fluent/compat/input.rb index abbcb45c8f..8507070d7b 100644 --- a/lib/fluent/compat/input.rb +++ b/lib/fluent/compat/input.rb @@ -51,7 +51,7 @@ def detach_process(&block) end def detach_multi_process(&block) - log.warn "detach_process is not supported in this version. ignored." + log.warn "detach_multi_process is not supported in this version. ignored." block.call end end