diff --git a/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 b/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 index f0d6de9..62d815a 100644 --- a/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 +++ b/Sources/WAU/Winget-AutoUpdate/functions/Write-CMTraceLog.ps1 @@ -96,9 +96,9 @@ Function Write-CMTraceLog $Message = $ErrorRecord; } [string]$logline_part1 = [string]::Format( - $global:logline_part1_template_error, - $Type.ToUpper(), - $Message.exception.message, + $global:logline_part1_template_error, + $Type.ToUpper(), + $Message.exception.message, $Message.InvocationInfo.MyCommand, $Message.InvocationInfo.ScriptName, $Message.InvocationInfo.ScriptLineNumber,