siteinfo.bbclass: Change note to a debug message

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@947 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-23 12:13:46 +00:00
parent eeb1bee524
commit 5285430f17
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def siteinfo_get_files(d):
if os.path.exists(fname):
sitefiles += fname + " "
bb.note("SITE files " + sitefiles);
bb.debug(1, "SITE files " + sitefiles);
return sitefiles
#