Fix error log

pull/3628/head
Chocobozzz 2021-01-20 09:50:22 +01:00
parent 889b7fd250
commit 471251fa14
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}