add logging for a wile

This commit is contained in:
Timothy N. Tsvetkov 2011-04-13 19:13:09 +04:00
parent 72f005e999
commit 52a2984cac
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class BuildServer
def self.add_platform name, root_folder, repos = [], git_path = nil
Rails.logger.info "#{name.inspect}, #{root_folder.inspect}, #{repos.inspect}, #{git_path.inspect}"
self.client.call('add_platform', name, git_path, root_folder, repos)
end