From bbc70d927b4d9a376f05490664b15bab0d3ea061 Mon Sep 17 00:00:00 2001 From: damirka Date: Tue, 6 Apr 2021 10:51:05 +0300 Subject: [PATCH] build -> compiling in log --- leo/commands/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {