test: refine logging.

This commit is contained in:
Leo Yuriev
2017-04-11 12:55:16 +03:00
parent 270b367a4f
commit 2a80ad67fb
7 changed files with 187 additions and 95 deletions

View File

@@ -108,7 +108,7 @@ struct actor_config_pod {
extern const struct option_verb mode_bits[];
extern const struct option_verb table_bits[];
void dump(FILE *out);
void dump(const char *title = "config-dump: ");
} /* namespace config */