[Title] fix parser variable error
authorjiil.hyoun <jiil.hyoun@samsung.com>
Tue, 16 Oct 2012 07:17:13 +0000 (16:17 +0900)
committerjiil.hyoun <jiil.hyoun@samsung.com>
Tue, 16 Oct 2012 07:17:13 +0000 (16:17 +0900)
[Type] Bugfix
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I27cf62d936b3307cd1a1b3e4a6fe753c30d108dd

src/common/parser.rb

index 713621188205c1f8e553a4a9466446fe5c8490c7..b57b82dfc37f5012023056582479c67d4694f13c 100644 (file)
@@ -241,7 +241,7 @@ class Parser
                        if not package.nil? then pkglist.push package end
                        if not change_version.nil? then
                                if change_log[change_version].nil? then change_log[change_version] = change_contents.strip
-                               else raise RuntimeError, "change log version is duplicated in \"#{file}\" file \n\t#{l}"
+                               else raise RuntimeError, "change log version is duplicated in \"#{file}\" file \n\t#{change_version}"
                                end
                        end
                        pkglist.each {|pkg| pkg.change_log = change_log }