diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-23 03:43:45 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-23 03:43:45 -0700 |
| commit | 57ec7f2ba925dbe5335164a58a4c8dc496b34d2b (patch) | |
| tree | f58fb7552ed2451abb8e4da722a094efdea9df93 | |
| parent | eab9701823145043fc3fd107caec9fb76c57d651 (diff) | |
| download | seaweedfs-57ec7f2ba925dbe5335164a58a4c8dc496b34d2b.tar.xz seaweedfs-57ec7f2ba925dbe5335164a58a4c8dc496b34d2b.zip | |
fix builds
| -rw-r--r-- | weed/shell/exclusive_locker.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/exclusive_locker.go b/weed/shell/exclusive_locker.go index 33307785f..ab037efb7 100644 --- a/weed/shell/exclusive_locker.go +++ b/weed/shell/exclusive_locker.go @@ -75,7 +75,7 @@ func (l *ExclusiveLocker) RequestLock() { } return err }); err != nil { - glog.Error("failed to renew lock: %v", err) + glog.Errorf("failed to renew lock: %v", err) return } else { time.Sleep(RenewInteval) |
