aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-17 21:09:02 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-17 21:09:02 +0100
commitb8970f313eb05ee8e7e66337a9329a66ed2f2079 (patch)
tree36ba58fe1b4e935f0abb4204f67c8ae6937f6b37
parentfbc4659e78815d9c7685100efdaa3e8361a608d9 (diff)
syz-ci: fix log message
-rw-r--r--syz-ci/manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/manager.go b/syz-ci/manager.go
index faa5a43d7..3ba8d578d 100644
--- a/syz-ci/manager.go
+++ b/syz-ci/manager.go
@@ -149,7 +149,7 @@ loop:
if err != nil {
mgr.Errorf("failed to poll: %v", err)
} else {
- Logf(0, "%v: poll: %v", mgr.name, commit)
+ Logf(0, "%v: poll: %v", mgr.name, commit.Hash)
if commit.Hash != lastCommit &&
(latestInfo == nil ||
commit.Hash != latestInfo.KernelCommit ||