Skip to content

Commit

Permalink
调整显示
Browse files Browse the repository at this point in the history
  • Loading branch information
liaosunny123 committed May 12, 2023
1 parent 9e18ac3 commit f78c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Netife-cli/Commander.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private static void ModeChange(string[] paras)
res.DstIpAddr = sp.DstIpAddr;
res.DstIpPort = sp.DstIpPort;
res.ResponseText = sp.RawText;
Write($"Catch Connection to {sp.DstIpAddr}:80, from {sp.Pid} with content {sp.RawText}\n");
Write($"Catch Connection to {sp.DstIpAddr}:80, from {sp.Pid} with content\n {sp.RawText}\n");
return res;
};
WriteLine("Change to Listen Mode");
Expand Down

0 comments on commit f78c91d

Please sign in to comment.