build -> compiling in log

This commit is contained in:
damirka 2021-04-06 10:51:05 +03:00
parent 25551a7c13
commit bbc70d927b

View File

@ -42,7 +42,7 @@ impl Command for Build {
type Output = Option<(Compiler<'static, Fq, EdwardsGroupType>, bool)>;
fn log_span(&self) -> Span {
tracing::span!(tracing::Level::INFO, "Build")
tracing::span!(tracing::Level::INFO, "Compiling")
}
fn prelude(&self, _: Context) -> Result<Self::Input> {