summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-05-10 20:26:45 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-05-10 20:26:45 +0000
commit0fb6774d306aea7335894467c42d79d0442763f0 (patch)
treefdcea3e02f5c540589cd2518a587f6c6049c3065 /eclass/phpconfutils.eclass
parentAdd patch from upstream to fix avahi-ui-sharp building, bug #177879. (diff)
downloadhistorical-0fb6774d306aea7335894467c42d79d0442763f0.tar.gz
historical-0fb6774d306aea7335894467c42d79d0442763f0.tar.bz2
historical-0fb6774d306aea7335894467c42d79d0442763f0.zip
Fix error msg level.
Diffstat (limited to 'eclass/phpconfutils.eclass')
-rw-r--r--eclass/phpconfutils.eclass4
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