Commit 10c8db66 authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

fix vmodtool error message

parent 5e1afbfb
......@@ -874,7 +874,7 @@ class vcc(object):
d = "".join(ss[1:])
m = DISPATCH.get(toks[0])
if m is None:
err("Unknown stanze $%s" % ss[:i])
err("Unknown stanza $%s" % toks[0], warn=False)
m(toks, [c[0], " ".join(c[1:])], d.split('\n'), self)
inputline = None
......
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