From 4743835e16b4bf61bcab237f2b1cfe12f1c5b289 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 1 Aug 2019 04:11:49 -0400 Subject: [PATCH] Add missing title info in RenderedRevision::outputVariesOnRevisionMetaData() Follows 3a044ca51ce9b. Bug: T226785 Change-Id: I03cf35ee2773cfeb887edec8bc447c834bab5a2a --- includes/Revision/RenderedRevision.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Revision/RenderedRevision.php b/includes/Revision/RenderedRevision.php index a9132445a5..3bc8dda578 100644 --- a/includes/Revision/RenderedRevision.php +++ b/includes/Revision/RenderedRevision.php @@ -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; } -- 2.20.1