From: jiil.hyoun Date: Fri, 15 Mar 2013 02:09:49 +0000 (+0900) Subject: [Title] fix wrong variable name X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef75c9b80c9ef17f27ac30e63f0c7f1e8347508f;p=sdk%2Ftools%2Fsdk-build.git [Title] fix wrong variable name [Type] Bugfix [Module] Toolchain / [Priority] Major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: Ieb2121258e0ad063b12ba7a883c42c053fe1290c --- diff --git a/src/pkg_server/client.rb b/src/pkg_server/client.rb index f9cb174..b864fe9 100644 --- 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 [#{filenamae}] to " + @log.info "Failed to move [#{filename}] to " @log.info " [#{download_path}]" end remove_old_files_in_cache