Log if client hangs up while waiting for unix volume Serialize lock.
[arvados.git] / services / keepstore / bufferpool.go
index 38f97aff1183d0da0fdaa05b3022765277c9a954..d2e7c9ebd3460b75855ca830ab05f6f9f5ab02b9 100644 (file)
@@ -1,11 +1,13 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
        "sync"
        "sync/atomic"
        "time"
-
-       log "github.com/Sirupsen/logrus"
 )
 
 type bufferPool struct {