aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-04-25 05:58:32 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-04-25 05:58:32 +0000
commitb9dfafffcdde9cb3622fc0a67f99f425454e4e13 (patch)
tree1eb28793e6e3d7a438ab0fa2fc95c81352760ef3 /sys/dev
parentd4135e865c922c64f96782120f6bef10d1021846 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hyperv/vmbus/hv_channel_mgmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hyperv/vmbus/hv_channel_mgmt.c b/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
index 384861ac14e5..a4e206ce0130 100644
--- a/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
+++ b/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
@@ -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;
}