From: Zac Medico Date: Wed, 27 Oct 2010 15:37:29 +0000 (-0700) Subject: debug-print-function: output like older portage X-Git-Tag: v2.2.0_alpha2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb42da393e0b9b49b5142e39c0a863eef0ae4728;p=portage.git debug-print-function: output like older portage --- 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() {