Skip to content

Commit 932e0dd

Browse files
committed
updated - logging
1 parent fc9a331 commit 932e0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/info_messages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Function Get-Infomessage {
155155
# Write-Information "[info]" -InformationAction Continue
156156
# Write-Information "$message" -InformationAction Continue
157157
#Add-Content $ssmlog "[$loggingdate] Message: $infomessage"
158-
Write-log "Info: $infomessage"
158+
Write-log "Message: $infomessage"
159159
}
160160
}
161161
Function clear-hostline {

0 commit comments

Comments
 (0)