summaryrefslogtreecommitdiff
path: root/internal/federation/federatingdb/exists.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/federation/federatingdb/exists.go')
-rw-r--r--internal/federation/federatingdb/exists.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/federation/federatingdb/exists.go b/internal/federation/federatingdb/exists.go
index ec5599c24..01c14a720 100644
--- a/internal/federation/federatingdb/exists.go
+++ b/internal/federation/federatingdb/exists.go
@@ -32,7 +32,7 @@ import (
//
// Implementation note: this just straight up isn't implemented, and doesn't *really* need to be either.
func (f *federatingDB) Exists(c context.Context, id *url.URL) (exists bool, err error) {
- l := f.log.WithFields(
+ l := logrus.WithFields(
logrus.Fields{
"func": "Exists",
"id": id,