Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
cirne committed Jan 2, 2008
1 parent 68f8d80 commit 07aa031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/seldon/agent/agent.rb
Expand Up @@ -227,7 +227,7 @@ def harvest_and_send_sample_data
sample_data.push Marshal.dump(sample)
end

messages = @agent_listener_service.transaction_sample_data @agent_id, sample_data
messages = invoke_remote :transaction_sample_data, @agent_id, sample_data

# if we successfully invoked the web service, then clear the unsent sample cache
@unsent_samples.clear
Expand Down

0 comments on commit 07aa031

Please sign in to comment.