hyperv/channel: Log a warning about duplicated primary channel offer

MFC after:	1 week
Sponsored by:	Microsoft OSTC
This commit is contained in:
Sepherosa Ziehau 2016-04-25 05:58:32 +00:00
parent d4135e865c
commit b9dfafffcd

View file

@ -242,6 +242,8 @@ vmbus_channel_process_offer(hv_vmbus_channel *new_channel)
return;
}
printf("VMBUS: duplicated primary channel%u\n",
new_channel->offer_msg.child_rel_id);
hv_vmbus_free_vmbus_channel(new_channel);
return;
}