[Title] Used DummyLog more
authordonghee yang <donghee.yang@samsung.com>
Tue, 9 Oct 2012 00:26:17 +0000 (09:26 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Tue, 9 Oct 2012 00:26:17 +0000 (09:26 +0900)
src/builder/Builder.rb

index 52f2510e454fb58ba725d8ba20b71588924f805c..a94b4b66b5f98e17fe837302683d763156c0f568 100644 (file)
@@ -51,7 +51,7 @@ class Builder
                if not log_path.nil? then
                        @log = Log.new(log_path)
                else
-                       @log = Log.new(".log")
+                       @log = DummyLog.new
                end
        end