From e88d5df9cc918fe925d37fd52b2cbe6389eba25c Mon Sep 17 00:00:00 2001 From: "jiil.hyoun" Date: Tue, 23 Oct 2012 21:58:38 +0900 Subject: [PATCH] [Title] fix change log bug [Type] Bugfix [Module] Toolchain / [Priority] Minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: I7a33956ceb8724d16b6c1ef72eb2f68be72a9f4e --- src/pkg_server/distribution.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg_server/distribution.rb b/src/pkg_server/distribution.rb index eddca85..e301f58 100644 --- a/src/pkg_server/distribution.rb +++ b/src/pkg_server/distribution.rb @@ -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 -- 2.34.1