[master] 41488c0 Clarify that this output isn't build critical

Lasse Karstensen lkarsten at varnish-software.com
Wed Jan 22 12:40:46 CET 2014


commit 41488c083b5acdf8724c15be06a3177735152e03
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Jan 22 12:40:15 2014 +0100

    Clarify that this output isn't build critical

diff --git a/lib/libvcc/vmodtool.py b/lib/libvcc/vmodtool.py
index 4c00c32..5b8672a 100755
--- a/lib/libvcc/vmodtool.py
+++ b/lib/libvcc/vmodtool.py
@@ -668,7 +668,7 @@ class file_section(object):
 			raise Exception("Unknown keyword: " + t.str)
 		assert len(self.tl) == 0
 		if o == None:
-			print("NB:")
+			print("Warning:")
 			print("%s description is not included in .rst:" %t0)
 			for ln,i in self.l:
 				print("\t", i)



More information about the varnish-commit mailing list