Skip to content

Commit 1222c65

Browse files
author
Warren Buckley
authored
Update Our.Umbraco.TagHelpers/Notifications/InlineSvgTagHelperNotifications.cs
1 parent 0f8f8c2 commit 1222c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Our.Umbraco.TagHelpers/Notifications/InlineSvgTagHelperNotifications.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void Handle(MediaSavedNotification notification)
3232
if (_appCaches.RuntimeCache.SearchByKey(cacheKey).Any())
3333
{
3434
_appCaches.RuntimeCache.ClearByKey(cacheKey);
35-
_logger.LogDebug($"Removed {mediaItem.Name} from RuntimeCache");
35+
_logger.LogDebug("Removed {MediaItemName} from RuntimeCache", mediaItem.Name);
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)