summaryrefslogtreecommitdiff
path: root/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'view.go')
-rw-r--r--view.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.go b/view.go
index 157640a..5da6701 100644
--- a/view.go
+++ b/view.go
@@ -174,7 +174,7 @@ func (w *guiWidget) recreateView() {
}
if w.String() == "CLOUDFLARE_EMAIL" {
w.showWidgetPlacement("w.String()="+w.String()+" w.label="+w.labelN+" "+w.cuiName)
- w.dumpTree()
+ w.dumpTree("cloudflare")
}
log.Log(ERROR, "recreateView() END")
}