X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/358b9e8cb0fb72db4f7c8966de175fbadca9adeb..0d62edcb9d25bf4dcdb20d8872ea7b438e12fc59:/services/keepstore/pull_worker.go diff --git a/services/keepstore/pull_worker.go b/services/keepstore/pull_worker.go index 12860bb662..3c6278d478 100644 --- a/services/keepstore/pull_worker.go +++ b/services/keepstore/pull_worker.go @@ -7,8 +7,9 @@ import ( "git.curoverse.com/arvados.git/sdk/go/keepclient" "io" "io/ioutil" - "log" "time" + + log "github.com/Sirupsen/logrus" ) // RunPullWorker is used by Keepstore to initiate pull worker channel goroutine.