Skip to content

Commit c849931

Browse files
committed
log tweak
1 parent 67e22b5 commit c849931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-DriftStandardsOrchestrator.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Start-DriftStandardsOrchestrator {
77
param()
88

99
if ($PSCmdlet.ShouldProcess('Start-DriftStandardsOrchestrator', 'Starting Drift Standards Orchestrator')) {
10-
Write-LogMessage -API 'Standards' -message 'Starting Standards Schedule' -sev Info
10+
Write-LogMessage -API 'Standards' -message 'Starting Drift Standards Schedule' -sev Info
1111
Invoke-CIPPStandardsRun -Drift
1212
}
1313
}

0 commit comments

Comments
 (0)