diff --git a/backup.ps1 b/backup.ps1 index 29be3d3..412ce3d 100644 --- a/backup.ps1 +++ b/backup.ps1 @@ -63,7 +63,7 @@ if ( -not $conf ) { if ( $log ) { $logname = (Get-Item $conf ).Basename $global:logfile = "$PSScriptRoot\log\$((Get-Date).ToString("yyyy.MM.dd"))_$($logname).log" - write-debug "Write fo Set-Messagefile $($global:logfile) " + write-debug "Write to logfile: $($global:logfile) " # Zip old messah=ges (Archives) # TODO: Test this functionnality