Deal with fixme in Umbraco.Web

This commit is contained in:
Stephan
2019-01-21 15:57:48 +01:00
parent 4a0b969777
commit 9522ee826f
63 changed files with 84 additions and 153 deletions

View File

@@ -71,7 +71,7 @@ namespace Umbraco.Web.Cache
var handler = FindHandler(e);
if (handler == null)
{
// fixme - should this be fatal (ie, an exception)?
// todo - should this be fatal (ie, an exception)?
var name = e.Sender.GetType().Name + "_" + e.EventName;
_logger.Warn<DistributedCacheBinder>("Dropping event {EventName} because no corresponding handler was found.", name);
continue;