From 471251fa14a4878e9e9858a3595ad5c7c93fa38c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Jan 2021 09:50:22 +0100 Subject: Fix error log --- server/lib/activitypub/actor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib') diff --git a/server/lib/activitypub/actor.ts b/server/lib/activitypub/actor.ts index 086d656f9..dbb243d3a 100644 --- a/server/lib/activitypub/actor.ts +++ b/server/lib/activitypub/actor.ts @@ -104,7 +104,7 @@ async function getOrCreateActorAndServerAndModel ( const recurseIfNeeded = false ownerActor = await getOrCreateActorAndServerAndModel(accountAttributedTo.id, 'all', recurseIfNeeded) } catch (err) { - logger.error('Cannot get or create account attributed to video channel ' + actor.url) + logger.error('Cannot get or create account attributed to video channel ' + actorUrl) throw new Error(err) } } -- cgit v1.2.3