Deleting AHRS logs no longer stops all AHRS logging.

pull/641/head
Eric Westphal 2017-07-07 21:24:49 -04:00
rodzic 5c66d14d00
commit 5926b05757
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -407,6 +407,7 @@ func handleDeleteAHRSLogFiles(w http.ResponseWriter, r *http.Request) {
os.Remove("/var/log/" + fn)
log.Printf("Deleting AHRS log file %s\n", fn)
}
analysisLogger = nil
}
}