diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-10-07 12:21:14 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-10-07 12:21:14 +0000 |
commit | e84bdca00e7d546857fb838d7a9b6d2bc86bb69e (patch) | |
tree | 625efab73053c313930b316c676cc33f1eca40a8 /eclass/vdr-plugin-2.eclass | |
parent | Bump LTS to 1.4.10 and add PHP-5.5 support (diff) | |
download | historical-e84bdca00e7d546857fb838d7a9b6d2bc86bb69e.tar.gz historical-e84bdca00e7d546857fb838d7a9b6d2bc86bb69e.tar.bz2 historical-e84bdca00e7d546857fb838d7a9b6d2bc86bb69e.zip |
small modification on output from function dev_check
Diffstat (limited to 'eclass/vdr-plugin-2.eclass')
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index decbd9896218..cb42301e5811 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.24 2013/04/13 19:07:31 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.25 2013/10/07 12:21:14 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -203,7 +203,7 @@ dev_check() { # A lot useful debug infos # set VDR_MAINTAINER_MODE="1" in make.conf if [[ -n ${VDR_MAINTAINER_MODE} ]]; then - eerror "\t Maintainer Info: $@" + eerror "\t Gentoo Developer Debug: $@" fi } |