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:
535eb28
)
[Title] add log for client cache validation fail
author
hyoun jiil
<jiil.hyoun@samsung.com>
Thu, 21 Mar 2013 09:07:36 +0000
(18:07 +0900)
committer
hyoun jiil
<jiil.hyoun@samsung.com>
Thu, 21 Mar 2013 09:07:36 +0000
(18:07 +0900)
[Type] Enhancement
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: I901ebaea970e569f65bb8b812cc5699077559fa1
src/pkg_server/client.rb
patch
|
blob
|
history
diff --git
a/src/pkg_server/client.rb
b/src/pkg_server/client.rb
index f64970591060f86d730a30066f82ac99df9fbc8d..d820c2c5d915555e07671b926ac4eb76250a1c55 100644
(file)
--- a/
src/pkg_server/client.rb
+++ b/
src/pkg_server/client.rb
@@
-326,8
+326,9
@@
class Client
add_file_to_cache(file_path)
else
@log.error "File Validation Failed!!"
- return nil
- end
+ @log.info "Valiate : file path : #{file_path}, shasum : #{pkg_checksum}, size : #{pkg_size}", Log::LV_USER
+ return nil
+ end
else
@log.info "Cached #{pkg_name} package file.. OK"
end