]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/process/process-follow.ts
Fix player play exception on chromium
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / process / process-follow.ts
index bc02d5043835466e648804e3e2bfcd91de137b52..e78005dd06608d81147d19b9f71787edb9e2aa14 100644 (file)
@@ -62,5 +62,5 @@ async function follow (actor: ActorModel, targetActorURL: string) {
     return sendAccept(actorFollow, t)
   })
 
-  logger.info('Actor %s is followed by actor %s.', actor.url, targetActorURL)
+  logger.info('Actor %s is followed by actor %s.', targetActorURL, actor.url)
 }