log: move accidental log message

mautrix
Harvey Tindall 4 years ago
parent fc0e86ffd8
commit 306ede47d6
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -16,11 +16,11 @@ var lineCache = linecache.NewLineCache(100)
func logOutput() (closeFunc func()) {
old := os.Stdout
log.Printf("Logging to \"%s\"", logPath)
writers := []io.Writer{old, colorStripper{lineCache}}
wExit := make(chan bool)
r, w, _ := os.Pipe()
if TRAY {
log.Printf("Logging to \"%s\"", logPath)
f, err := os.OpenFile(logPath, os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0666)
if err != nil {
closeFunc = func() {}

Loading…
Cancel
Save