Skip to content

Commit

Permalink
[fixup] bb.info() -> bb.note().
Browse files Browse the repository at this point in the history
  • Loading branch information
mochel-timesys committed Jun 9, 2020
1 parent 056ce1d commit 213bf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/vigiles.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def _filter_excluded_packages(d, vgls_pkgs):

for excld_csv in excld_files:
if not os.path.exists(excld_csv):
bb.info("Vigiles: Skipping Non-Existent exclude-package File: %s" % excld_csv)
bb.note("Vigiles: Skipping Non-Existent exclude-package File: %s" % excld_csv)
continue
bb.debug(1, "Vigiles: Importing Excluded Packages from %s" % excld_files)
try:
Expand Down

0 comments on commit 213bf0b

Please sign in to comment.