From 3ca630a3ddd240fa7c25bcc61c057e1750e51fa8 Mon Sep 17 00:00:00 2001 From: David Hows Date: Wed, 16 Dec 2015 11:31:05 +1100 Subject: WT-2269 - Add a warning at top of generated config. --- bench/wtperf/config.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.1