mdbx-test: 'none' for config-verbs.

Change-Id: I1a3b5a6757ee193027f06cef1e1ff0cc609ad3f4
This commit is contained in:
Leonid Yuriev 2018-08-31 15:30:35 +03:00 committed by Leo Yuriev
parent f4cd7b5418
commit 102f57dd15

View File

@ -326,7 +326,7 @@ static void dump_verbs(const char *caption, size_t bits,
++verbs;
}
logging::feed("\n");
logging::feed("%s\n", (*comma == '\0') ? "none" : "");
}
static void dump_duration(const char *caption, unsigned duration) {