[master] 1737d15d7 Introduce a notice for past and future VSL records

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Jul 4 10:21:09 UTC 2019


commit 1737d15d7fa13002e8bcc7c1078e5b8bb7f98f9f
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Jul 4 11:51:26 2019 +0200

    Introduce a notice for past and future VSL records

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 35e8221d2..e54b06d99 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -47,6 +47,11 @@
 #define NODEF_NOTICE \
     "NB: This log record is masked by default.\n\n"
 
+#define NOSUP_NOTICE \
+    "\tNOTE: This tag is currently not in use in the Varnish log.\n" \
+    "\tIt is mentioned here to document legacy versions of the log,\n" \
+    "\tor reserved for possible use in future versions.\n\n"
+
 SLTM(Debug, SLT_F_UNSAFE, "Debug messages",
 	"Debug messages can normally be ignored, but are sometimes"
 	" helpful during trouble-shooting.  Most debug messages must"


More information about the varnish-commit mailing list