[Title] hot fix No method name error
authorjiil.hyoun <jiil.hyoun@samsung.com>
Wed, 23 Jan 2013 09:06:20 +0000 (18:06 +0900)
committerjiil.hyoun <jiil.hyoun@samsung.com>
Wed, 23 Jan 2013 09:06:20 +0000 (18:06 +0900)
[Type] Bugfix
[Module] Toolchain /
[Priority] Major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I53075830d750f656a50eabadc589cf10007f9dcf

package/changelog
package/pkginfo.manifest
src/pkg_server/client.rb

index 896a1adff56935e2947d0681bc9da0580808d758..2ccd4aa45179d3e2830c3b632bf2ded5f24fcfd8 100644 (file)
@@ -1,3 +1,6 @@
+* 2.0.10
+- hot fix No method error
+== hyoun jiil <jiil.hyoun@samsung.com> 2013-01-23
 * 2.0.9
 - several bug fix
 -- sync bug fix
index 15e317470e4e2bac988082381fd170e6840705b7..60bd43c4c607b504ef1998582b9bcfa57ccc4549 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :2.0.9
+Version :2.0.10
 Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
 
 Package : dibs
index 6130eb9a65b79e69ac97aea5c8a6e75b0bed1770..a3e381531680cf6353757658a09337d790150645 100644 (file)
@@ -240,8 +240,8 @@ class Client
                        filename = pkg_path.split('/')[-1]
 
                        if not FileDownLoader.download(url, loc, @log) then
-                               @log.Error "File Download Failed!!"
-                               @log.Error "* #{url} -> #{loc}"
+                               @log.error "File Download Failed!!"
+                               @log.error "* #{url} -> #{loc}"
                                return nil
                        end