mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
syntax fix
This commit is contained in:
parent
56c36d2cab
commit
4ef70dbffe
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class LogStash::Inputs::Twitter < LogStash::Inputs::Base
|
|||
source = "twitter://...#{@url.path}?#{@url.query}"
|
||||
|
||||
if @url.user.nil? or @user.password.nil?
|
||||
message = "User and password missing for twitter input #{@url.to_s}")
|
||||
message = "User and password missing for twitter input #{@url.to_s}"
|
||||
@logger.error(message)
|
||||
raise message
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue