Set logfiles for non-FlightBox installations

pull/438/head
AvSquirrel 2016-06-08 00:20:10 +00:00
rodzic f40ae217bf
commit e5a6046660
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1204,6 +1204,9 @@ func main() {
globalStatus.HardwareBuild = "FlightBox"
debugLogf = debugLog_FB
dataLogFilef = dataLogFile_FB
} else { // if not using the FlightBox config, use "normal" log file locations
debugLogf = debugLog
dataLogFilef = dataLogFile
}
// replayESFilename := flag.String("eslog", "none", "ES Log filename")