From 5dde54f056e0d6fb74677d16d9fafa5112ab87c8 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 6 Jan 2011 22:08:00 -0700 Subject: [PATCH] Modify debug output --- cobalt-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt-handler b/cobalt-handler index 85d42d5..3375144 100755 --- a/cobalt-handler +++ b/cobalt-handler @@ -8,7 +8,7 @@ text=$1; export text; shift # $* is now args # Debug output -echo ${pfx:+:}$pfx $command "$@" ${text:+:}"$text" 1>&2 +echo '>>>' ${pfx:+:}$pfx $command "$@" ${text:+:}"$text" 1>&2 raw () { fmt="\007$1\n"; shift