bool2bit_tmpl(): Print unsupported template in failure case

Change-Id: I53c65e3a2b71e4c9b6691969d50def69b25ddfd0
This commit is contained in:
Harald Welte 2018-02-16 18:13:16 +01:00
parent b596c18689
commit ccda45ecf9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function bool2bit_tmpl(template boolean inp) return template BIT1 {
return '0'B;
}
}
setverdict(fail, "Unsupported template");
setverdict(fail, "Unsupported template", inp);
self.stop;
}