Bug 1767838 - Fix incorrect log message in BrowsingContextWebProgress, r=farre

Differential Revision: https://phabricator.services.mozilla.com/D145479
This commit is contained in:
Nika Layzell 2022-05-04 22:12:38 +00:00
Родитель d0d119f806
Коммит 8d29b9c1fb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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() : "<null>",
DescribeWebProgressFlags(aFlags, "LOCATION_CHANGE_"_ns).get(),