bitkeeper revision 1.429 (3f6839c7Mu4UyjG7aI6CXeQXtC0p9g)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 17 Sep 2003 10:39:03 +0000 (10:39 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 17 Sep 2003 10:39:03 +0000 (10:39 +0000)
turno off debuggin in xen_read_console

tools/misc/xen_read_console.c

index 632b01ad9a0e1b8bb443d00696af69629ea43abf..4e82492bec3d48f2045a9eb4c1ce5874c66be4cb 100644 (file)
@@ -36,10 +36,11 @@ int main(void)
                             (struct sockaddr *)&from, &fromlen)) 
             >= 0 )
     {
+#if 0
         printf("%d-byte message from %s:%d --\n", len,
                inet_ntop(AF_INET, &from.sin_addr, abuf, sizeof(abuf)),
                ntohs(from.sin_port));
-
+#endif
         /* For sanity, clean up the string's tail. */
         if ( buf[len-1] != '\n' ) { buf[len] = '\n'; len++; }
         buf[len] = '\0';