[Title] Fixed not to show verbose log when pkg-cli command
authordonghee yang <donghee.yang@samsung.com>
Wed, 24 Oct 2012 06:27:55 +0000 (15:27 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Wed, 24 Oct 2012 06:27:55 +0000 (15:27 +0900)
src/pkg_server/client.rb

index 63836517199980b0a2aecae71d552d9fa601354a..2039d25a04bd60be82d8e93f902890997322c1ea 100644 (file)
@@ -109,7 +109,7 @@ class Client
 
                # set log
                if logger.nil? or logger.class.to_s.eql? "String" then
-                       @log = Log.new(logger)
+                       @log = DummyLog.new()
                else
                        @log = logger
                end