Skip to content

Commit

Permalink
cmd/link: add time stamp to hostlink print in -v mode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rsc committed Sep 21, 2016
1 parent b4efd09 commit 404ae84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/link/internal/ld/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 404ae84

Please sign in to comment.