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:
763322d
)
[Title] fix wrong variable name
author
jiil.hyoun
<jiil.hyoun@samsung.com>
Fri, 15 Mar 2013 02:09:49 +0000
(11:09 +0900)
committer
jiil.hyoun
<jiil.hyoun@samsung.com>
Fri, 15 Mar 2013 02:09:49 +0000
(11:09 +0900)
[Type] Bugfix
[Module] Toolchain /
[Priority] Major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: Ieb2121258e0ad063b12ba7a883c42c053fe1290c
src/pkg_server/client.rb
patch
|
blob
|
history
diff --git
a/src/pkg_server/client.rb
b/src/pkg_server/client.rb
index f9cb1740c2d949327afc8ab5c37793747943d400..b864fe92f5aa86fea2c50ba948d8e2f6172904c7 100644
(file)
--- a/
src/pkg_server/client.rb
+++ b/
src/pkg_server/client.rb
@@
-384,7
+384,7
@@
class Client
end
if not File.exist? cachefile then
- @log.info "Failed to move [#{filenam
a
e}] to "
+ @log.info "Failed to move [#{filename}] to "
@log.info " [#{download_path}]"
end
remove_old_files_in_cache