Commit 404ae84a authored by Russ Cox's avatar Russ Cox

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: 's avatarIan Lance Taylor <iant@golang.org>
parent b4efd09d
...@@ -1147,7 +1147,7 @@ func (l *Link) hostlink() { ...@@ -1147,7 +1147,7 @@ func (l *Link) hostlink() {
} }
if l.Debugvlog != 0 { if l.Debugvlog != 0 {
l.Logf("host link:") l.Logf("%5.2f host link:", obj.Cputime())
for _, v := range argv { for _, v := range argv {
l.Logf(" %q", v) l.Logf(" %q", v)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment