[master] cf96240 Make sure people know which generate.py we're talking about

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 16 12:22:04 CET 2017


commit cf962407ec6ec3fc891dd0e398dada6629687657
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 16 11:14:23 2017 +0000

    Make sure people know which generate.py we're talking about

diff --git a/lib/libvarnishapi/generate.py b/lib/libvarnishapi/generate.py
index 00205cd..b796fde 100755
--- a/lib/libvarnishapi/generate.py
+++ b/lib/libvarnishapi/generate.py
@@ -154,7 +154,7 @@ def file_header(fo):
 	fo.write("""/*
  * NB:  This file is machine generated, DO NOT EDIT!
  *
- * Edit and run generate.py instead
+ * Edit and run lib/libvarnishapi/generate.py instead
  */
 """)
 



More information about the varnish-commit mailing list