[Title] fix change log bug
authorjiil.hyoun <jiil.hyoun@samsung.com>
Tue, 23 Oct 2012 12:58:38 +0000 (21:58 +0900)
committerjiil.hyoun <jiil.hyoun@samsung.com>
Tue, 23 Oct 2012 12:58:38 +0000 (21:58 +0900)
[Type] Bugfix
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I7a33956ceb8724d16b6c1ef72eb2f68be72a9f4e

src/pkg_server/distribution.rb

index eddca85e389aa93bbd27bf1c4efdc2eb53a9062e..e301f58f0b10f5d2b3a7113e82b37babdcf5c7aa 100644 (file)
@@ -307,7 +307,7 @@ class Distribution
                update_archive_list.each do |pkg|
                        if not @archive_pkg_list.include? pkg then
                                @archive_pkg_list.push pkg
-                               changes.push "Add archive package #{pkg.package_name}"
+                               changes.push "Add archive package #{pkg}"
                                archive_update_flag = true
                        end
                end