aboutsummaryrefslogtreecommitdiffstats
path: root/syz-hub/hub.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-hub/hub.go')
-rw-r--r--syz-hub/hub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-hub/hub.go b/syz-hub/hub.go
index 74a8740d9..1c237ddac 100644
--- a/syz-hub/hub.go
+++ b/syz-hub/hub.go
@@ -10,7 +10,7 @@ import (
"io/ioutil"
"sync"
- . "github.com/google/syzkaller/log"
+ . "github.com/google/syzkaller/pkg/log"
. "github.com/google/syzkaller/rpctype"
"github.com/google/syzkaller/syz-hub/state"
)