Cosmetic Changes plus log errors

Test: N/A
Bug: N/A
Change-Id: I39e622a93270c922bdbea27ca79632a606431a2c
This commit is contained in:
Usta Shrestha
2022-07-11 11:29:56 -04:00
parent 88e7512572
commit db46a9bbb8
7 changed files with 44 additions and 62 deletions

View File

@@ -183,8 +183,8 @@ func checkRAM(ctx Context, config Config) {
}
}
// Build the tree. The 'what' argument can be used to chose which components of
// the build to run, via checking various bitmasks.
// Build the tree. Various flags in `config` govern which components of
// the build to run.
func Build(ctx Context, config Config) {
ctx.Verboseln("Starting build with args:", config.Arguments())
ctx.Verboseln("Environment:", config.Environment().Environ())