From 2a884e354a933b1297f6e7c8956bb9b9bf50b8b7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 14 Jul 2008 15:20:11 +0000 Subject: Log the command being run when calling CT_DoExecLog, which is kinda the point of CT_DoExecLog, anyway... /trunk/scripts/functions | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions b/scripts/functions index bd3c336..a960f70 100644 --- a/scripts/functions +++ b/scripts/functions @@ -110,7 +110,7 @@ CT_DoLog() { CT_DoExecLog() { local level="$1" shift - CT_DoLog ${level} "${@}" + CT_DoLog DEBUG "==> Executing: '${@}'" eval "${@}" 2>&1 |CT_DoLog "${level}" } -- cgit v0.10.2-6-g49f6