commit | 7f30c076d5fce0dd969537809d8d91797fc9c197 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Jan 02 12:50:49 2019 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Jan 02 12:50:49 2019 -0800 |
tree | b4bd858a3f4332953cc5028929394224f9ce6f58 | |
parent | 186c771cb4d0ba556ab0051c6d44e502926f614e [diff] [blame] |
Print a status message when starting ninja This way we don't appear hung at: No need to regenerate ninja file Change-Id: I8dbdaa2c1b1c5a6a73187d0e6061f363b62e10c9 Fixes: 122251150 Test: m nothing
diff --git a/ui/status/status.go b/ui/status/status.go index c851d7f..46ec72e 100644 --- a/ui/status/status.go +++ b/ui/status/status.go
@@ -260,6 +260,10 @@ } } +func (s *Status) Status(msg string) { + s.message(StatusLvl, msg) +} + type toolStatus struct { status *Status