summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-27 08:37:29 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-27 08:37:29 -0700
commitfb42da393e0b9b49b5142e39c0a863eef0ae4728 (patch)
tree2836d05646d471633c10ba7c6f25711bee314176
parentdebug-print: permission fixes (diff)
downloadportage-fb42da393e0b9b49b5142e39c0a863eef0ae4728.tar.gz
portage-fb42da393e0b9b49b5142e39c0a863eef0ae4728.tar.bz2
portage-fb42da393e0b9b49b5142e39c0a863eef0ae4728.zip
debug-print-function: output like older portage
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index c56d892b9..0d59f4ebd 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1287,7 +1287,7 @@ debug-print() {
# The following 2 functions are debug-print() wrappers
debug-print-function() {
- debug-print "${1}, parameters: ${*:2}"
+ debug-print "${1}: entering function, parameters: ${*:2}"
}
debug-print-section() {