File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
powershell-adapter/psDscAdapter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ function Invoke-DscCacheRefresh {
255255 " Checking cache for stale entries" | Write-DscTrace
256256
257257 foreach ($cacheEntry in $dscResourceCacheEntries ) {
258- " Checking cache entry '$ ( $cacheEntry.Type ) $ ( $cacheEntry.LastWriteTimes ) '" | Write-DscTrace - Operation Trace
258+ # "Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
259259
260260 $cacheEntry.LastWriteTimes.PSObject.Properties | ForEach-Object {
261261
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function Invoke-DscCacheRefresh {
8181 " Checking cache for stale entries" | Write-DscTrace
8282
8383 foreach ($cacheEntry in $dscResourceCacheEntries ) {
84- " Checking cache entry '$ ( $cacheEntry.Type ) $ ( $cacheEntry.LastWriteTimes ) '" | Write-DscTrace - Operation Trace
84+ # "Checking cache entry '$($cacheEntry.Type) $($cacheEntry.LastWriteTimes)'" | Write-DscTrace -Operation Trace
8585
8686 $cacheEntry.LastWriteTimes.PSObject.Properties | ForEach-Object {
8787
You can’t perform that action at this time.
0 commit comments