mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-07 02:46:36 +00:00
print MDB version on -v
This commit is contained in:
1
ocat.c
1
ocat.c
@@ -208,6 +208,7 @@ void print_versioninfo()
|
||||
printf("\tGHASHPREC = %d\n", GHASHPREC);
|
||||
printf("\tDEFAULT_HISTORY_HOURS = %d\n", DEFAULT_HISTORY_HOURS);
|
||||
printf("\tJSON_INDENT = \"%s\"\n", (JSON_INDENT) ? JSON_INDENT : "NULL");
|
||||
printf("\tMDB VERSION = %s\n", MDB_VERSION_STRING);
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user