Fix typo in log in ninja.go
Test: n/a Bug: 292304818 Change-Id: I6dcb6bb3e84e15292cbd3acc613c744e3ec039f8
This commit is contained in:
parent
5eca978092
commit
d74c914e36
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ func (n *NinjaReader) run() {
|
|||
|
||||
if estimatedDuration > 0 {
|
||||
n.status.SetEstimatedTime(time.Now().Add(estimatedDuration))
|
||||
n.status.Verbose(fmt.Sprintf("parallelism: %d, estimiated from total time: %s, critical path time: %s",
|
||||
n.status.Verbose(fmt.Sprintf("parallelism: %d, estimated from total time: %s, critical path time: %s",
|
||||
parallelism,
|
||||
estimatedDurationFromTotal,
|
||||
estimatedDurationFromCriticalPath))
|
||||
|
|
Loading…
Reference in a new issue