diff --git a/src/Umbraco.Web/Routing/DefaultUrlProvider.cs b/src/Umbraco.Web/Routing/DefaultUrlProvider.cs index 602a14dabb..41cadbf2f9 100644 --- a/src/Umbraco.Web/Routing/DefaultUrlProvider.cs +++ b/src/Umbraco.Web/Routing/DefaultUrlProvider.cs @@ -40,7 +40,7 @@ namespace Umbraco.Web.Routing if (string.IsNullOrWhiteSpace(route)) { - LogHelper.Warn( + LogHelper.Debug( "Couldn't find any page with nodeId={0}. This is most likely caused by the page not being published.", () => id); return null; @@ -78,7 +78,7 @@ namespace Umbraco.Web.Routing if (string.IsNullOrWhiteSpace(route)) { - LogHelper.Warn( + LogHelper.Debug( "Couldn't find any page with nodeId={0}. This is most likely caused by the page not being published.", () => id); return null;