summaryrefslogtreecommitdiff
path: root/mirrorsSupport.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-11 03:42:44 -0500
committerJeff Carr <[email protected]>2025-10-11 04:32:41 -0500
commit7d7672b57332f3f440dc7febe5a88dd0bce88344 (patch)
treeeeeef65425acc432c201756119018ab051e6560f /mirrorsSupport.go
parent8662ccb4a5b65d4b1ec1da85426cce3fdccaf33b (diff)
walks the DebInfo I thinkv0.0.85v0.0.84
Diffstat (limited to 'mirrorsSupport.go')
-rw-r--r--mirrorsSupport.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorsSupport.go b/mirrorsSupport.go
index f9daa83..aade2b8 100644
--- a/mirrorsSupport.go
+++ b/mirrorsSupport.go
@@ -31,7 +31,7 @@ func (pb *Package) Print() {
log.Info("NEW PB END\n")
log.Info("Attempt to walk pb.DebInfo")
- if err := printDebInfoStrings(pb); err != nil {
+ if err := printDebInfoStrings(pb, true); err != nil {
log.Info("pb.walk error:", err)
}