Summary: Remove the pid printing which does not currently work.
This commit is contained in:
parent
c539cecb43
commit
2b04106470
@ -41,6 +41,6 @@ tcp:kernel::state-change
|
||||
{
|
||||
newstate = args[3]->tcps_state;
|
||||
oldstate = args[5]->tcps_state;
|
||||
printf("%d %s\t\t%s\n", args[1]->pid, tcp_state_string[oldstate],
|
||||
printf("%s\t\t%s\n", tcp_state_string[oldstate],
|
||||
tcp_state_string[newstate]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user