diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-10 20:26:45 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-10 20:26:45 +0000 |
commit | 0fb6774d306aea7335894467c42d79d0442763f0 (patch) | |
tree | fdcea3e02f5c540589cd2518a587f6c6049c3065 /eclass | |
parent | Add patch from upstream to fix avahi-ui-sharp building, bug #177879. (diff) | |
download | historical-0fb6774d306aea7335894467c42d79d0442763f0.tar.gz historical-0fb6774d306aea7335894467c42d79d0442763f0.tar.bz2 historical-0fb6774d306aea7335894467c42d79d0442763f0.zip |
Fix error msg level.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/phpconfutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/phpconfutils.eclass b/eclass/phpconfutils.eclass index 87d9157a4176..4ca26e0869bf 100644 --- a/eclass/phpconfutils.eclass +++ b/eclass/phpconfutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.4 2006/07/14 16:02:36 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.5 2007/05/10 20:26:45 chtekk Exp $ # # ######################################################################## # @@ -97,7 +97,7 @@ phpconfutils_require_any() { einfo "${success_msg} $1" success="1" else - ewarn "${fail_msg} $1" + einfo "${fail_msg} $1" fi shift done |