From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7MRt-00050M-Pq for qemu-devel@nongnu.org; Fri, 11 Dec 2015 07:05:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7MRq-0000ra-Km for qemu-devel@nongnu.org; Fri, 11 Dec 2015 07:05:21 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:58748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7MRq-0000r3-Ei for qemu-devel@nongnu.org; Fri, 11 Dec 2015 07:05:18 -0500 Date: Fri, 11 Dec 2015 13:05:15 +0100 From: Samuel Thibault Message-ID: <20151211120515.GO2927@var.bordeaux.inria.fr> References: <20151211001505.GV2905@var.home> <1449792930-27293-1-git-send-email-samuel.thibault@ens-lyon.org> <566AB966.7080101@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <566AB966.7080101@redhat.com> Subject: Re: [Qemu-devel] [PATCH 01/18] slirp: goto bad in udp_input if sosendto fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: zhanghailiang , Li Zhijian , Stefan Hajnoczi , Jason Wang , qemu-devel@nongnu.org, Vasiliy Tolstov , Dave Gilbert , Gonglei , Jan Kiszka , Huangpeng , Yang Hongyang , Guillaume Subiron Thomas Huth, on Fri 11 Dec 2015 12:54:14 +0100, wrote: > > @@ -5,7 +5,7 @@ > > * terms and conditions of the copyright. > > */ > > > > -//#define DEBUG 1 > > +#define DEBUG 1 > > Please don't enable the debug code by default. Oops, sorry, that wasn't meant to be included in the patch series. Samuel