From 40911a9bec27dd46c5dd1be36e3e1323425f7e2f Mon Sep 17 00:00:00 2001 From: Ioan Popovici Date: Fri, 2 Feb 2018 16:26:33 +0100 Subject: [PATCH] Better ScriptSection naming --- Internal/Function Write-Log.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internal/Function Write-Log.ps1 b/Internal/Function Write-Log.ps1 index cef918c..e242361 100644 --- a/Internal/Function Write-Log.ps1 +++ b/Internal/Function Write-Log.ps1 @@ -55,7 +55,7 @@ Function Write-Log { [string]$Source = '', [Parameter(Mandatory=$false,Position=3)] [ValidateNotNullorEmpty()] - [string]$ScriptSection = 'N/A', + [string]$ScriptSection = 'Module', [Parameter(Mandatory=$false,Position=4)] [ValidateSet('CMTrace','Legacy')] [string]$LogType = 'Legacy',