aboutsummaryrefslogtreecommitdiffstats
path: root/vm/gce
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-01 18:52:11 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-06-03 10:41:09 +0200
commit23b94422d32946ab68a4f1423274bf4daa33cef9 (patch)
tree887059e6bf16bbfcb786047dc8ec0246be7c82d6 /vm/gce
parentd1032c21a09c38fed45c34ffe9b7681139b8f812 (diff)
pkg/log: move from log
Diffstat (limited to 'vm/gce')
-rw-r--r--vm/gce/gce.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/gce/gce.go b/vm/gce/gce.go
index 364a44f29..dff6963ca 100644
--- a/vm/gce/gce.go
+++ b/vm/gce/gce.go
@@ -21,7 +21,7 @@ import (
"time"
"github.com/google/syzkaller/gce"
- . "github.com/google/syzkaller/log"
+ . "github.com/google/syzkaller/pkg/log"
"github.com/google/syzkaller/vm"
)