Przeglądaj źródła

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
Richard Purdie 19 lat temu
rodzic
commit
5285430f17
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      meta/classes/siteinfo.bbclass

+ 1 - 1
meta/classes/siteinfo.bbclass

@@ -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
 
 #