rethink this

This commit is contained in:
Jeff Carr 2024-02-12 15:11:22 -06:00
parent 99fbd48d0b
commit 54c0947452
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
)
// start writing all the logging to a tmp file
func SetTmp() {
func SetTmpOLD() {
f, err := os.OpenFile("/tmp/guilogfile", os.O_RDWR | os.O_CREATE | os.O_APPEND, 0666)
if err != nil {
golanglog.Fatalf("error opening file: %v", err)