summaryrefslogtreecommitdiff
path: root/argv.Print.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.Print.go')
-rw-r--r--argv.Print.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.Print.go b/argv.Print.go
index ceab8a6..5f57421 100644
--- a/argv.Print.go
+++ b/argv.Print.go
@@ -40,7 +40,7 @@ func (pb *Argv) PrintDebugNew(msg string) {
fast = "fast=0," + pb.GetCmd()
}
sargv := fmt.Sprintf("argv(%v)", pb.Real)
- pb.Debugf("%s: age=(%s) %-12.12s %-12.12s %-12.12s %s %s goargs='%v'", msg, dur, cmd, arglast, partial, fast, sargv, pb.Goargs)
+ pb.Debugf("%s: age=(%s) %-12.12s %-12.12s %-12.12s %s %s goargs='%v' len(%d)", msg, dur, cmd, arglast, partial, fast, sargv, pb.Goargs, me.all.Len())
}
func (all *Argvs) PrintHistory() {