mozlinguas-v2.eclass: reduce ewarn on unsupported locale to einfo

Bug: http://bugs.gentoo.org/591438
This commit is contained in:
Ian Stakenvicius
2017-08-30 15:55:21 -04:00
parent 6677bc3883
commit 569a4fa270

View File

@@ -228,7 +228,7 @@ mozlinguas_export() {
else
:
fi
ewarn "Sorry, but ${P} does not support the ${lingua} locale"
einfo "Sorry, but ${P} does not support the ${lingua} locale in LINGUAS"
done
}