From: Michael R. Hines Date: Sun, 4 Aug 2013 02:54:49 +0000 (-0400) Subject: rdma: forgot to turn off the debugging flag X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a;p=qemu.git rdma: forgot to turn off the debugging flag Ooops. We forgot to turn off the flag. Signed-off-by: Michael R. Hines Message-id: 1375584894-9917-3-git-send-email-mrhines@linux.vnet.ibm.com Signed-off-by: Anthony Liguori --- diff --git a/migration-rdma.c b/migration-rdma.c index 6a7bf27f8c..b2e2a76919 100644 --- a/migration-rdma.c +++ b/migration-rdma.c @@ -27,7 +27,7 @@ #include #include -#define DEBUG_RDMA +//#define DEBUG_RDMA //#define DEBUG_RDMA_VERBOSE //#define DEBUG_RDMA_REALLY_VERBOSE