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,