Spurious errors reported on breaking the lock even when time is not expired.

https://gitlab.com/warsaw/flufl.lock/-/blob/main/flufl/lock/_lockfile.py#L397

The logger message should be inside the if condition I believe.

                if now > future:
                    # Yes, so break the lock.
                    self._break()
 **               log.error('lifetime has expired, breaking')**