diff options
-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() { |