diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2010-09-23 16:42:00 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-23 23:42:25 +0900 |
commit | 3cf717c530a89cfd2ce50fe46e020fdf57ee7715 (patch) | |
tree | 3e66d030c7c819ec4d9221b13631a90214174e8a /tools | |
parent | 1aa99694d8d03882a26a6526774ee49a26778457 (diff) | |
download | connman-3cf717c530a89cfd2ce50fe46e020fdf57ee7715.tar.gz connman-3cf717c530a89cfd2ce50fe46e020fdf57ee7715.tar.bz2 connman-3cf717c530a89cfd2ce50fe46e020fdf57ee7715.zip |
Fix typo in stats_print_record
Diffstat (limited to 'tools')
-rw-r--r-- | tools/stats-ringbuffer-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stats-ringbuffer-dump.c b/tools/stats-ringbuffer-dump.c index b1bd7134..9c50abde 100644 --- a/tools/stats-ringbuffer-dump.c +++ b/tools/stats-ringbuffer-dump.c @@ -118,7 +118,7 @@ static void stats_print_record(struct stats_record *rec) printf("%p %s %d %d %d %d %d %d %d %d %d\n", rec, buffer, rec->data.rx_packets, rec->data.tx_packets, - rec->data.tx_bytes, + rec->data.rx_bytes, rec->data.tx_bytes, rec->data.rx_errors, rec->data.tx_errors, |