diff --git a/Updater/Update-Service.ps1 b/Updater/Update-Service.ps1 index 14eac13a116bef033e88b209ef627e2e387e36af..c73d2ab2c0f823cc554173f7dcd1f0b4ea27bdbc 100644 --- a/Updater/Update-Service.ps1 +++ b/Updater/Update-Service.ps1 @@ -157,6 +157,7 @@ function File-IsUpToDate([string]$ExistingFile, [string]$UpdateCandidate) { Log-Debug "File [$($ExistingFile)] is up-to-date." Return $True } + Write-Verbose "File [$($UpdateCandidate)] is newer than [$($ExistingFile)]." Return $False }