[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] add missing break



ChangeSet 1.1673, 2005/06/05 10:59:47+01:00, ach61@xxxxxxxxxxxxxxxxxxxxxx

        add missing break



 xcsdump.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


diff -Nru a/tools/xcs/xcsdump.c b/tools/xcs/xcsdump.c
--- a/tools/xcs/xcsdump.c       2005-06-05 07:02:09 -04:00
+++ b/tools/xcs/xcsdump.c       2005-06-05 07:02:09 -04:00
@@ -196,8 +196,9 @@
            break;
         case XCS_VIRQ:
             printf("[VIRQ    ] : %d\n", msg.u.control.local_port);
+           break;
         default:
-            printf("[UNKNOWN ]\n");
+            printf("[UNKNOWN ] : %d\n", msg.type);
         }
     }
     

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.