log storage/precision

This commit is contained in:
Jan-Piet Mens 2015-10-14 07:20:41 +02:00
parent d30a3ebfee
commit c6a0918091

View File

@ -1193,6 +1193,8 @@ int main(int argc, char **argv)
}
#endif
olog(LOG_INFO, "Using storage at %s with precision %d", STORAGEDIR, geohash_prec());
while (run) {
rc = mosquitto_loop(mosq, /* timeout */ 200, /* max-packets */ 1);
if (run && rc) {