Skip to content

Commit

Permalink
base: licensecheck: always output distributable status
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed May 25, 2021
1 parent ad2781e commit c5bc84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/port1.0/portlicensecheck.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ proc portlicensecheck::licensecheck_main {args} {
}

if {$result eq 0} {
ui_info "\"$subport\" is distributable"
ui_msg "\"$subport\" is distributable"
}

return $result
Expand Down

0 comments on commit c5bc84a

Please sign in to comment.