commit | f4db2aad573d55a7a05782bfdfbb15b529e8ff11 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Jun 14 14:54:02 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Fri Jun 14 22:07:32 2019 +0000 |
tree | 3a4acc033f81c91d62f7a477abc358a2674b3577 | |
parent | c47618662fd4829a187080a66c07e47893629ad8 [diff] |
init: use Errorf() now that we have it Init had some pretty horrid Error() << StringPrintf(...) calls that are all much better replaced by Errorf(...) now. Test: build, check that keyword_map errors look correct Change-Id: I572588c7541b928c72ae1bf140b814acdef1cd60