Commit a89b40aa authored by Pavel Emelyanov's avatar Pavel Emelyanov

skqueue: Show should use pr_msg

Otherwise the show result depends on the loglevel :\
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e21885b0
......@@ -165,7 +165,7 @@ void show_sk_queues(int fd, struct cr_options *o)
if (!p)
break;
buf = p;
pr_info("pkt for %u length %u bytes\n",
pr_msg("pkt for %u length %u bytes\n",
pe.id_for, pe.length);
ret = read_img_buf(fd, (unsigned char *)buf, pe.length);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment