aboutsummaryrefslogtreecommitdiffstats
path: root/syz-hub/state/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-hub/state/state.go')
-rw-r--r--syz-hub/state/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-hub/state/state.go b/syz-hub/state/state.go
index 6564050ac..90f294ac3 100644
--- a/syz-hub/state/state.go
+++ b/syz-hub/state/state.go
@@ -13,8 +13,8 @@ import (
"time"
"github.com/google/syzkaller/db"
- . "github.com/google/syzkaller/log"
"github.com/google/syzkaller/pkg/hash"
+ . "github.com/google/syzkaller/pkg/log"
"github.com/google/syzkaller/prog"
)