From c5bc84ac0b0dcef18eebc70a98a83efd15863332 Mon Sep 17 00:00:00 2001 From: Christopher Nielsen Date: Sat, 15 May 2021 10:50:55 -0400 Subject: [PATCH] base: licensecheck: always output distributable status --- src/port1.0/portlicensecheck.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port1.0/portlicensecheck.tcl b/src/port1.0/portlicensecheck.tcl index 8c6e462bba..bf6aa16057 100644 --- a/src/port1.0/portlicensecheck.tcl +++ b/src/port1.0/portlicensecheck.tcl @@ -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