quick error log

pull/224/head^2
hunterlong 2020-01-12 21:15:56 -08:00
parent 6e12d38921
commit 8fe8b7e0b4
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ func main() {
log.Fatalln(err)
}
if !writeAble {
log.Fatalf("Statping does not have write permissions at: %v", utils.Directory)
log.Fatalf("Statping does not have write permissions at: %v\nYou can change this directory by setting the STATPING_DIR environment variable to a dedicated path before starting.", utils.Directory)
}
if err := handlers.RunHTTPServer(ipAddress, port); err != nil {
log.Fatalln(err)