diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-10-27 08:37:29 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-10-27 08:37:29 -0700 |
commit | fb42da393e0b9b49b5142e39c0a863eef0ae4728 (patch) | |
tree | 2836d05646d471633c10ba7c6f25711bee314176 | |
parent | 26c2a4d1ab54d516bf8404fa5edaa15e6ea5fb07 (diff) | |
download | portage-fb42da393e0b9b49b5142e39c0a863eef0ae4728.tar.gz portage-fb42da393e0b9b49b5142e39c0a863eef0ae4728.tar.bz2 portage-fb42da393e0b9b49b5142e39c0a863eef0ae4728.zip |
debug-print-function: output like older portage
-rwxr-xr-x | bin/ebuild.sh | 2 |
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() { |