commit | 46b1a5a155e8f62626fc49184760157e86193a6f | [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 | 3063a95d97f44e28ea83d9064ac875e24640f138 [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