Navigation Menu

Skip to content

Commit

Permalink
Convert NodeName to string before using it as a payload content
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2015
1 parent fc48f55 commit 5c5d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/serf.rb
Expand Up @@ -201,7 +201,7 @@ def last_processed_message_timestamp

def latest_last_processed_message_timestamp
send_query("export_last_processed_message_timestamp",
"node" => @name)
"node" => @name.to_s)
last_processed_message_timestamp
end

Expand Down

0 comments on commit 5c5d459

Please sign in to comment.