We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b180271 commit b4c8b2fCopy full SHA for b4c8b2f
Abot/Crawler/WebCrawler.cs
@@ -1047,11 +1047,9 @@ protected virtual void ValidateRootUriForRedirection(CrawledPage crawledRootPage
1047
1048
if (IsRedirect(crawledRootPage)) {
1049
_crawlContext.RootUri = ExtractRedirectUri(crawledRootPage);
1050
- _logger.InfoFormat("The root URI [{0}] was redirected to [{1}]. Pages from domains [{2}] and [{3}] will be considered internal.",
+ _logger.InfoFormat("The root URI [{0}] was redirected to [{1}]. [{1}] is the new root.",
1051
_crawlContext.OriginalRootUri,
1052
- _crawlContext.RootUri,
1053
- _crawlContext.RootUri.Authority,
1054
- _crawlContext.OriginalRootUri.Authority);
+ _crawlContext.RootUri);
1055
}
1056
1057
0 commit comments