Add missing title info in RenderedRevision::outputVariesOnRevisionMetaData()
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 1 Aug 2019 08:11:49 +0000 (04:11 -0400)
committerKrinkle <krinklemail@gmail.com>
Thu, 1 Aug 2019 11:30:06 +0000 (11:30 +0000)
Follows 3a044ca51ce9b.

Bug: T226785
Change-Id: I03cf35ee2773cfeb887edec8bc447c834bab5a2a

includes/Revision/RenderedRevision.php

index a913244..3bc8dda 100644 (file)
@@ -454,7 +454,7 @@ class RenderedRevision implements SlotRenderingProvider {
                ) {
                        // If a self-transclusion used the proposed page text, it must match the final
                        // page content after PST transformations and automatically merged edit conflicts
-                       $logger->info( "$varyMsg (vary-revision-sha1 with wrong SHA-1)" );
+                       $logger->info( "$varyMsg (vary-revision-sha1 with wrong SHA-1)", $context );
                        return true;
                }