aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/arch/linux/common/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/arch/linux/common/net.h')
-rw-r--r--hardinfo2/arch/linux/common/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/linux/common/net.h b/hardinfo2/arch/linux/common/net.h
index 95c507ff..755c6936 100644
--- a/hardinfo2/arch/linux/common/net.h
+++ b/hardinfo2/arch/linux/common/net.h
@@ -346,7 +346,7 @@ static void scan_net_interfaces_24(void)
network_interfaces =
h_strdup_cprintf
- ("$%s$%s=%s|Sent %.2lfMiB, received %.2lfMiB\n",
+ ("$%s$%s=%s|%.2lfMiB|%.2lfMiB\n",
network_interfaces, devid, ifacename, ni.ip[0] ? ni.ip : "",
trans_mb, recv_mb);
net_get_iface_type(ifacename, &iface_type, &iface_icon, &ni);