From 8d29b9c1fb88fb6992e8b8468b48f216b8ef0251 Mon Sep 17 00:00:00 2001 From: Nika Layzell Date: Wed, 4 May 2022 22:12:38 +0000 Subject: [PATCH] Bug 1767838 - Fix incorrect log message in BrowsingContextWebProgress, r=farre Differential Revision: https://phabricator.services.mozilla.com/D145479 --- docshell/base/BrowsingContextWebProgress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docshell/base/BrowsingContextWebProgress.cpp b/docshell/base/BrowsingContextWebProgress.cpp index b3c9131aa229..2c6baf4fa851 100644 --- a/docshell/base/BrowsingContextWebProgress.cpp +++ b/docshell/base/BrowsingContextWebProgress.cpp @@ -267,7 +267,7 @@ BrowsingContextWebProgress::OnLocationChange(nsIWebProgress* aWebProgress, uint32_t aFlags) { MOZ_LOG( gBCWebProgressLog, LogLevel::Info, - ("OnProgressChange(%s, %s, %s, %s) on %s", + ("OnLocationChange(%s, %s, %s, %s) on %s", DescribeWebProgress(aWebProgress).get(), DescribeRequest(aRequest).get(), aLocation ? aLocation->GetSpecOrDefault().get() : "", DescribeWebProgressFlags(aFlags, "LOCATION_CHANGE_"_ns).get(),