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:
e88d5df
)
[Title] Fixed not to show verbose log when pkg-cli command
author
donghee yang
<donghee.yang@samsung.com>
Wed, 24 Oct 2012 06:27:55 +0000
(15:27 +0900)
committer
donghee yang
<donghee.yang@samsung.com>
Wed, 24 Oct 2012 06:27:55 +0000
(15:27 +0900)
src/pkg_server/client.rb
patch
|
blob
|
history
diff --git
a/src/pkg_server/client.rb
b/src/pkg_server/client.rb
index 63836517199980b0a2aecae71d552d9fa601354a..2039d25a04bd60be82d8e93f902890997322c1ea 100644
(file)
--- a/
src/pkg_server/client.rb
+++ b/
src/pkg_server/client.rb
@@
-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