summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bench/wtperf/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/wtperf/config.c b/bench/wtperf/config.c
index 9b1e3601ce5..973a5253c14 100644
--- a/bench/wtperf/config.c
+++ b/bench/wtperf/config.c
@@ -706,6 +706,8 @@ config_to_file(CONFIG *cfg)
}
/* Print the config dump */
+ fprintf(fp, "# Warning. This config can include defaults.\n");
+ fprintf(fp, "# This make cause differences in behaviour.\n");
while (!TAILQ_EMPTY(&cfg->config_head)) {
config_line = TAILQ_FIRST(&cfg->config_head);
TAILQ_REMOVE(&cfg->config_head, config_line, c);