summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.go b/common.go
index 9a4300d..6bfbeaa 100644
--- a/common.go
+++ b/common.go
@@ -101,6 +101,8 @@ func (n *Node) AppendText(str string) {
func (n *Node) GetText() string {
if (n.S != n.Text) {
newlog.Warn("GetText() is screwed up. TODO: fix this dumb crap")
+ stuff := newlog.ListFlags()
+ newlog.Warn("ListFlags() =", stuff)
}
if (n.S != "") {
return n.S