mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-25 23:24:09 +01:00
monitor: Fix missing timestamp handling for netlink messages
This commit is contained in:
parent
d8ed30e13b
commit
a65362f510
@ -1302,7 +1302,7 @@ static void print_message(const struct timeval *tv, enum msg_type type,
|
|||||||
pos += sprintf(extra_str + pos, "0x%x]", flags);
|
pos += sprintf(extra_str + pos, "0x%x]", flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
print_packet(NULL, out ? '<' : '>', color, label, cmd_str, extra_str);
|
print_packet(tv, out ? '<' : '>', color, label, cmd_str, extra_str);
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case MSG_REQUEST:
|
case MSG_REQUEST:
|
||||||
|
Loading…
Reference in New Issue
Block a user