Skip to content
Snippets Groups Projects
Commit 6e2f285b authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Logging changes.

parent cddbcd84
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,7 @@ function File-IsUpToDate([string]$ExistingFile, [string]$UpdateCandidate) { ...@@ -157,6 +157,7 @@ function File-IsUpToDate([string]$ExistingFile, [string]$UpdateCandidate) {
Log-Debug "File [$($ExistingFile)] is up-to-date." Log-Debug "File [$($ExistingFile)] is up-to-date."
Return $True Return $True
} }
Write-Verbose "File [$($UpdateCandidate)] is newer than [$($ExistingFile)]."
Return $False Return $False
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment