Fix message template to not mix string interpolating and formatting.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
1b2c667afa
commit
b17cc47632
@@ -717,7 +717,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
|
||||
previousNode = null; // there is no previous sibling
|
||||
}
|
||||
|
||||
_logger.Debug<ContentStore>($"Set {thisNode.Id} with parent {thisNode.ParentContentId}");
|
||||
_logger.Debug<ContentStore>("Set {Id} with parent {ParentContentId}", thisNode.Id, thisNode.ParentContentId);
|
||||
SetValueLocked(_contentNodes, thisNode.Id, thisNode);
|
||||
|
||||
// if we are initializing from the database source ensure the local db is updated
|
||||
|
||||
Reference in New Issue
Block a user