Skip to content

Commit dc8ec60

Browse files
committed
Updated the tone of the log message
1 parent 4524521 commit dc8ec60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClipboardMonitor/Scanner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ private static void WarningAction(ProcessSummary processSummary, string content)
187187
);
188188

189189
var incidents = new StringBuilder(500);
190-
incidents.AppendLine("Win+R action detected after suspicious text copy from browser.");
190+
incidents.AppendLine("Detected Run dialog following suspicious text copied from browser.");
191191
if (processSummary == default)
192192
{
193193
incidents

0 commit comments

Comments
 (0)