monitor: Fix missing timestamp handling for netlink messages

This commit is contained in:
Marcel Holtmann 2014-08-10 14:35:07 -07:00
parent d8ed30e13b
commit a65362f510
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ static void print_message(const struct timeval *tv, enum msg_type type,
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) {
case MSG_REQUEST: