diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-18 02:49:00 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-18 02:49:00 +0000 |
commit | e7ac08270d6d5e984a84ea60a44d8b9e4256ba4f (patch) | |
tree | 268ecd198b1115002c1360fa08c50c2e24c9b861 /hardinfo2 | |
parent | c2613ef19a67e8d8e50a69b07cdc8c78698b7edc (diff) |
Exchange Received <-> Sent bytes (oops!)
Diffstat (limited to 'hardinfo2')
-rw-r--r-- | hardinfo2/arch/linux/common/net.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo2/arch/linux/common/net.h b/hardinfo2/arch/linux/common/net.h index 87e7e59b..3f26d988 100644 --- a/hardinfo2/arch/linux/common/net.h +++ b/hardinfo2/arch/linux/common/net.h @@ -175,8 +175,8 @@ scan_net_interfaces_24(void) "Interface Type=%s\n" "Hardware Address=%02x:%02x:%02x:%02x:%02x:%02x\n" "MTU=%d\n" - "Bytes Sent=%ld (%.2fMiB)\n" - "Bytes Received=%ld (%.2fMiB)\n", + "Bytes Received=%ld (%.2fMiB)\n" + "Bytes Sent=%ld (%.2fMiB)\n", net_get_iface_type(ifacename), ni.mac[0], ni.mac[1], ni.mac[2], ni.mac[3], |