2 Jul
2012
2 Jul
'12
10:58 p.m.
On Mon, Jul 2, 2012 at 11:07 PM, Henrik Hallberg <henrik@k2h.se> wrote:
--- src/globals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/globals b/src/globals index af411fe..436334a 100644 --- a/src/globals +++ b/src/globals @@ -28,7 +28,7 @@ function report_notice { }
function report_debug { - checkyesno "$NETCFG_DEBUG" && echo "DEBUG: $*" >&2 + checkyesno "$NETCFG_DEBUG" && echo "DEBUG $(date -Ins): $*" >&2
Isn't that a bit too verbose? What about: echo "DEBUG ${SECONDS}s: $*"
}
function report_try { -- 1.7.11.1