mirror of
https://github.com/golang/go
synced 2024-11-18 11:55:01 -07:00
cmd/link: add time stamp to hostlink print in -v mode
Change-Id: I128b142aee5e1b917e7ba63b48512972f053ea0b Reviewed-on: https://go-review.googlesource.com/29531 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
b4efd09d18
commit
404ae84aa2
@ -1147,7 +1147,7 @@ func (l *Link) hostlink() {
|
||||
}
|
||||
|
||||
if l.Debugvlog != 0 {
|
||||
l.Logf("host link:")
|
||||
l.Logf("%5.2f host link:", obj.Cputime())
|
||||
for _, v := range argv {
|
||||
l.Logf(" %q", v)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user