diff --git a/leo/commands/build.rs b/leo/commands/build.rs index 392859e238..303eb432b8 100644 --- a/leo/commands/build.rs +++ b/leo/commands/build.rs @@ -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 {