epic fail fix

This commit is contained in:
Alexey Nayden 2011-04-14 13:22:37 +04:00
parent 33b59c8be7
commit 6fe93380f5
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class BuildServer
Rails.logger.info "Client called"
@@client ||= XMLRPC::Client.new3('host' => APP_CONFIG['build_server_ip'], 'port' => APP_CONFIG['build_server_port'], 'path' => APP_CONFIG['build_server_path'])
Rails.logger.info "Client finished"
return @@client
end