From e1380bafc031e45778caa2e8367687f65e0dce90 Mon Sep 17 00:00:00 2001 From: Alexey Nayden Date: Fri, 22 Apr 2011 17:55:30 +0400 Subject: [PATCH] Debug --- lib/product_builder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/product_builder.rb b/lib/product_builder.rb index 9b847f555..d64cc8713 100644 --- a/lib/product_builder.rb +++ b/lib/product_builder.rb @@ -10,6 +10,8 @@ class ProductBuilder end def self.create_product name, platform_name, params, packages, post_install, path, repos + RAILS_DEFAULT_LOGGER.fatal @@client.port + RAILS_DEFAULT_LOGGER.fatal @@client.inspect self.client.call('create_product', name, platform_name, params, packages, post_install, path, repos) end end