diff --git a/src/Umbraco.Web/umbraco.presentation/content.cs b/src/Umbraco.Web/umbraco.presentation/content.cs index e2773a7112..30bfd1c901 100644 --- a/src/Umbraco.Web/umbraco.presentation/content.cs +++ b/src/Umbraco.Web/umbraco.presentation/content.cs @@ -1024,7 +1024,7 @@ namespace umbraco catch (Exception e) { // This is really bad, loading from cache file failed for some reason, now fallback to loading from database - Debug.WriteLine("Content file cache load failed: " + e); + LogHelper.Error("Content file cache load failed", e); DeleteXmlCache(); } }