summaryrefslogtreecommitdiff
path: root/argv.Print.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 02:34:49 -0500
committerJeff Carr <[email protected]>2025-10-25 02:34:49 -0500
commit87dbb0b212c48e55a50b612f022b4b035e25477f (patch)
treea156655fd9ae955fabf884cdbb816d25506b7b34 /argv.Print.go
parent27e0ddeaf127f561ca7fd5a8083ab52eba6ca2fb (diff)
cleanup on aisle 9
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() {