Fix typo in log in ninja.go am: d74c914e36
am: bffcb9f449
am: 4197aa826c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2868454 Change-Id: I2db744b8a3f8e987b19080346fe1e1888919d100 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user