From 22b52a2f5ce4865c0a0984f08b945a930c673503 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Thu, 1 Aug 2024 07:44:16 +0200 Subject: [PATCH] Show configured revgeo status at startup --- recorder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recorder.c b/recorder.c index 0f93a62..aab80f3 100644 --- a/recorder.c +++ b/recorder.c @@ -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,