fix log fmt
This commit is contained in:
parent
9e1cb8a07e
commit
7076a1c003
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ impl<T: Field> fmt::Display for FlatStatement<T> {
|
|||
FlatStatement::Directive(ref d) => write!(f, "{}", d),
|
||||
FlatStatement::Log(ref l, ref expressions) => write!(
|
||||
f,
|
||||
"log!(\"{}\"), {})",
|
||||
"log(\"{}\"), {})",
|
||||
l,
|
||||
expressions
|
||||
.iter()
|
||||
|
|
Loading…
Reference in a new issue