mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
Show configured revgeo status at startup
This commit is contained in:
+3
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user