summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/fetchers/about.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index b343d2a61..0e703f370 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -332,6 +332,14 @@ static bool fetch_about_testament_handler(struct fetch_about_context *ctx)
FETCH_ERROR_NO_ERROR))
goto fetch_about_testament_handler_aborted;
+ slen = snprintf(buffer, sizeof buffer,
+ "Built on %s in %s\n\n",
+ WT_HOSTNAME, WT_ROOT);
+
+ if (fetch_about_send_callback(FETCH_DATA, ctx, buffer, slen,
+ FETCH_ERROR_NO_ERROR))
+ goto fetch_about_testament_handler_aborted;
+
if (WT_MODIFIED > 0) {
slen = snprintf(buffer, sizeof buffer,
"Working tree has %d modification%s\n\n",