Skip to content

Commit 57aa73c

Browse files
Update SQLTrace.ps1
Minor spelling corrections to description log.
1 parent 4da74c1 commit 57aa73c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SQLTrace/SQLTrace.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ LogRaw "
9696
/_______ /\_____\ \_/|_______ \|____| |__| (____ / \___ >\___ >
9797
\/ \__> \/ \/ \/ \/
9898
99-
SQLTrace.ps1 version 1.0.0183.0
99+
SQLTrace.ps1 version 1.0.0184.0
100100
by the Microsoft SQL Server Networking Team
101101
"
102102

@@ -761,9 +761,9 @@ Function StartNetworkTraces
761761
$result = logman update trace ndiscap -p Microsoft-Windows-TCPIP -ets
762762
LogInfo "LOGMAN TCPIP Events: $result"
763763
$result = logman update trace ndiscap -p Microsoft-Windows-WFP -ets
764-
LogInfo "LOGMAN TCPIP Events: $result"
764+
LogInfo "LOGMAN Windows Firewall Events: $result"
765765
$result = logman update trace ndiscap -p Microsoft-Windows-Winsock-NameResolution -ets
766-
LogInfo "LOGMAN TCPIP Events: $result"
766+
LogInfo "LOGMAN DNS Events: $result"
767767
}
768768

769769
# Values for DeleteOldFiles

0 commit comments

Comments
 (0)