debug-print-function: output like older portage
authorZac Medico <zmedico@gentoo.org>
Wed, 27 Oct 2010 15:37:29 +0000 (08:37 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 27 Oct 2010 15:39:20 +0000 (08:39 -0700)
bin/ebuild.sh

index c56d892b97b8b1afb80d800126cd6afafc8eedb1..0d59f4ebd7552310dbba3204d7ce77eb45e6c058 100755 (executable)
@@ -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() {