From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhbWE-0005hP-Ig for qemu-devel@nongnu.org; Mon, 23 Jul 2018 10:08:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhbWD-0008S1-KH for qemu-devel@nongnu.org; Mon, 23 Jul 2018 10:08:58 -0400 Date: Mon, 23 Jul 2018 16:08:49 +0200 From: Kevin Wolf Message-ID: <20180723140849.GI8817@localhost.localdomain> References: <1531926509-8280-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1531926509-8280-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block/vvfat: Disable debug message by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-block@nongnu.org, Max Reitz , qemu-devel@nongnu.org Am 18.07.2018 um 17:08 hat Thomas Huth geschrieben: > It's annoying to see this debug message every time you use vvfat. > Disable it with the DLOG() macro by default, as it is done with the > other debug messages in this file. > > Signed-off-by: Thomas Huth Thanks, applied to the block branch. Kevin