Fix typo in changelog/58861.fixed

Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com>
This commit is contained in:
Daniel Wozniak 2020-11-08 18:38:32 -07:00
parent 13b4de945e
commit 3e269eda82

View file

@ -1 +1 @@
Log a different obeject when debugging if we're using disk cache vs memory cache. The disk cache pillar class has the dict object but the cache pillar object which is used with the memory cache does not include a _dict obeject because it is a dict already.
Log a different object when debugging if we're using disk cache vs memory cache. The disk cache pillar class has the dict object but the cache pillar object which is used with the memory cache does not include a _dict obeject because it is a dict already.