mirror of
https://github.com/Xevion/r2park.git
synced 2025-12-09 10:08:16 -06:00
Improve log timestamp format
This commit is contained in:
2
api.go
2
api.go
@@ -100,7 +100,7 @@ func GetLocations() []Location {
|
|||||||
return cachedLocations
|
return cachedLocations
|
||||||
}
|
}
|
||||||
|
|
||||||
tryReload("")
|
tryReload()
|
||||||
log.Printf("Refetching locations (%s since refresh)", time.Now().Sub(cacheExpiry))
|
log.Printf("Refetching locations (%s since refresh)", time.Now().Sub(cacheExpiry))
|
||||||
|
|
||||||
body := "propertyNameEntered=" // Empty, so we get all locations
|
body := "propertyNameEntered=" // Empty, so we get all locations
|
||||||
|
|||||||
Reference in New Issue
Block a user