X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e5fd39ad76ac8bcb5e7bfe0c6938fdeb7c8ab4e3..ba1ec0f0b59ab871b6e4faf5e8ae87809fdb85b6:/services/keepstore/volume_unix.go diff --git a/services/keepstore/volume_unix.go b/services/keepstore/volume_unix.go index f9812b07cd..fff02aac26 100644 --- a/services/keepstore/volume_unix.go +++ b/services/keepstore/volume_unix.go @@ -7,7 +7,6 @@ import ( "fmt" "io" "io/ioutil" - "log" "os" "path/filepath" "regexp" @@ -16,6 +15,8 @@ import ( "sync" "syscall" "time" + + log "github.com/Sirupsen/logrus" ) type unixVolumeAdder struct {