summaryrefslogtreecommitdiff
path: root/mirrorsSupport.go
diff options
context:
space:
mode:
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)
}