aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.11-xen-sparse
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-09 08:23:19 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-09 08:23:19 +0000
commit4950ce2094ddbbb808bef067e6728e1a9b2dab2e (patch)
tree4566c28e8316e19a2e2b501bfee76ff828edee0e /linux-2.6.11-xen-sparse
parent7fef17356935ab96fded686d7fca4b4d30800d8c (diff)
downloadxen-4950ce2094ddbbb808bef067e6728e1a9b2dab2e.tar.gz
xen-4950ce2094ddbbb808bef067e6728e1a9b2dab2e.tar.bz2
xen-4950ce2094ddbbb808bef067e6728e1a9b2dab2e.zip
bitkeeper revision 1.1662.1.19 (42a7fc77l8eaADfKlC54hXF6Q28YRQ)
control.c: Add debug print to message receive. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'linux-2.6.11-xen-sparse')
-rw-r--r--linux-2.6.11-xen-sparse/drivers/xen/netback/control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c b/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c
index 7ffaa2f781..9392d5a3d2 100644
--- a/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c
+++ b/linux-2.6.11-xen-sparse/drivers/xen/netback/control.c
@@ -10,6 +10,8 @@
static void netif_ctrlif_rx(ctrl_msg_t *msg, unsigned long id)
{
+ DPRINTK("Received netif backend message, subtype=%d\n", msg->subtype);
+
switch ( msg->subtype )
{
case CMSG_NETIF_BE_CREATE: