Fix typo in log in ninja.go
Test: n/a Bug: 292304818 Change-Id: I6dcb6bb3e84e15292cbd3acc613c744e3ec039f8
This commit is contained in:
@@ -194,7 +194,7 @@ func (n *NinjaReader) run() {
|
|||||||
|
|
||||||
if estimatedDuration > 0 {
|
if estimatedDuration > 0 {
|
||||||
n.status.SetEstimatedTime(time.Now().Add(estimatedDuration))
|
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,
|
parallelism,
|
||||||
estimatedDurationFromTotal,
|
estimatedDurationFromTotal,
|
||||||
estimatedDurationFromCriticalPath))
|
estimatedDurationFromCriticalPath))
|
||||||
|
Reference in New Issue
Block a user