disable mucking with STDOUT
This commit is contained in:
parent
ff8d332dff
commit
2070927d3b
2
draw.go
2
draw.go
|
@ -46,7 +46,7 @@ func (d *LogSettings) draw() {
|
||||||
d.buttonG = g
|
d.buttonG = g
|
||||||
|
|
||||||
g.NewButton("Redirect STDOUT to /tmp/", func() {
|
g.NewButton("Redirect STDOUT to /tmp/", func() {
|
||||||
log.SetTmp()
|
// log.SetTmp()
|
||||||
})
|
})
|
||||||
|
|
||||||
g.NewButton("restore defaults", func() {
|
g.NewButton("restore defaults", func() {
|
||||||
|
|
Loading…
Reference in New Issue