Show configured revgeo status at startup

This commit is contained in:
Jan-Piet Mens 2024-08-01 07:44:16 +02:00
parent 76b00e4b78
commit 22b52a2f5c

View File

@ -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,