demote "No locale files in this package" from oe.note to oe.debug(1)
authorPhil Blundell <philb@gnu.org>
Sun, 21 Nov 2004 01:17:25 +0000 (01:17 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 21 Nov 2004 01:17:25 +0000 (01:17 +0000)
BKrev: 419feca5taA0km7xTbPLBRVCyE7XGg

classes/package.oeclass

index c2e5a6b..443c057 100644 (file)
@@ -555,7 +555,7 @@ python package_do_split_locales() {
        localedir = os.path.join(dvar + datadir, 'locale')
 
        if not os.path.isdir(localedir):
-               oe.note("No locale files in this package")
+               oe.debug(1, "No locale files in this package")
                return
 
        locales = os.listdir(localedir)