mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 01:48:27 -07:00
Show configured revgeo status at startup
This commit is contained in:
parent
76b00e4b78
commit
22b52a2f5c
@ -2033,7 +2033,9 @@ int main(int argc, char **argv)
|
||||
#endif
|
||||
|
||||
olog(LOG_INFO, "Using storage at %s with precision %d", STORAGEDIR, geohash_prec());
|
||||
olog(LOG_INFO, "Configured with geokey: %-5.5s", udata.geokey ? udata.geokey : "nil");
|
||||
olog(LOG_INFO, "Configured with revgeo=%s and geokey: %-5.5s",
|
||||
udata.revgeo ? "true" : "false",
|
||||
udata.geokey ? udata.geokey : "nil");
|
||||
#ifdef WITH_TZ
|
||||
olog(LOG_INFO, "TZDATADB is at %s: %s",
|
||||
TZDATADB,
|
||||
|
Loading…
Reference in New Issue
Block a user