diff options
| author | George V. Neville-Neil <gnn@FreeBSD.org> | 2015-03-08 02:47:38 +0000 |
|---|---|---|
| committer | George V. Neville-Neil <gnn@FreeBSD.org> | 2015-03-08 02:47:38 +0000 |
| commit | 73450093d0202d12742c6c5e72af9e3b97431224 (patch) | |
| tree | 5931a1dda0823887ece8b729affc165afd65246c /share/dtrace | |
| parent | 79d7993d98d4fbc2e47b3271050da99fce3df0ae (diff) | |
Notes
Diffstat (limited to 'share/dtrace')
| -rwxr-xr-x | share/dtrace/tcpstate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/dtrace/tcpstate b/share/dtrace/tcpstate index 0af68aeb25a6..4528bd7fe432 100755 --- a/share/dtrace/tcpstate +++ b/share/dtrace/tcpstate @@ -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]); } |
