Commit a0f58380 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Change this to err so it fails under --strict

parent 3a3aa942
......@@ -466,11 +466,8 @@ class s_event(stanza):
def rstfile(self, fo, man):
if len(self.doc) != 0:
sys.stderr.write(
"NB: Not emitting .RST for $Event %s\n" %
self.event_func
)
return
err("Not emitting .RST for $Event %s\n" %
self.event_func)
def hfile(self, fo):
fo.write("#ifdef VCL_MET_MAX\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment