mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-27 20:24:52 +03:00
build -> compiling in log
This commit is contained in:
parent
25551a7c13
commit
bbc70d927b
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user