diff --git a/compile.ps1 b/compile.ps1 index 394d95f..d0d1036 100644 --- a/compile.ps1 +++ b/compile.ps1 @@ -16,12 +16,12 @@ if ($Log) { # If $Cores param is set to 0, detect how many cores this machine has, else use $Cores if ($Cores-ne 0) { - Write-Host "Overriding core count with $Cores." $MaxThreads = $Cores + Write-Host "Overriding core count with $Cores." } else { $MaxThreads = (Get-WmiObject -Class Win32_Processor).NumberOfLogicalProcessors - Write-Host "Running with $MaxThreads" Cores by default. + Write-Host "Running with $MaxThreads Cores by default." } # Generate a list of files to process