diff --git a/src/bootsupport/modules/punkcheck-0.1.0.tm b/src/bootsupport/modules/punkcheck-0.1.0.tm index 59fd14c7..33eaff21 100644 --- a/src/bootsupport/modules/punkcheck-0.1.0.tm +++ b/src/bootsupport/modules/punkcheck-0.1.0.tm @@ -560,7 +560,7 @@ namespace eval punkcheck { set name [dict get $rec -name] if {[dict exists $sanity_dict $name]} { #todo - warn - duplicate record for same targetlist - shouldn't happen as we should be using get_file_record to find existing records - puts stderr "\x1b\[31mpunkcheck::recordlist::records_as_target_dict - multiple records with same targetlist '$tgtlist'\x1b\[m" + puts stderr "\x1b\[31mpunkcheck installtrack - multiple INSTALLER records with same name '$name'\x1b\[m" set insane "$name" break } diff --git a/src/modules/punkcheck-0.1.0.tm b/src/modules/punkcheck-0.1.0.tm index 59fd14c7..33eaff21 100644 --- a/src/modules/punkcheck-0.1.0.tm +++ b/src/modules/punkcheck-0.1.0.tm @@ -560,7 +560,7 @@ namespace eval punkcheck { set name [dict get $rec -name] if {[dict exists $sanity_dict $name]} { #todo - warn - duplicate record for same targetlist - shouldn't happen as we should be using get_file_record to find existing records - puts stderr "\x1b\[31mpunkcheck::recordlist::records_as_target_dict - multiple records with same targetlist '$tgtlist'\x1b\[m" + puts stderr "\x1b\[31mpunkcheck installtrack - multiple INSTALLER records with same name '$name'\x1b\[m" set insane "$name" break }