projects
/
sdk
/
tools
/
sdk-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edbd151
)
[Title] Used DummyLog more
author
donghee yang
<donghee.yang@samsung.com>
Tue, 9 Oct 2012 00:26:17 +0000
(09:26 +0900)
committer
donghee yang
<donghee.yang@samsung.com>
Tue, 9 Oct 2012 00:26:17 +0000
(09:26 +0900)
src/builder/Builder.rb
patch
|
blob
|
history
diff --git
a/src/builder/Builder.rb
b/src/builder/Builder.rb
index 52f2510e454fb58ba725d8ba20b71588924f805c..a94b4b66b5f98e17fe837302683d763156c0f568 100644
(file)
--- a/
src/builder/Builder.rb
+++ b/
src/builder/Builder.rb
@@
-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