From 78b9f22700ec26bf8bc9bb1fb8c2ba69296955cf Mon Sep 17 00:00:00 2001 Message-Id: <78b9f22700ec26bf8bc9bb1fb8c2ba69296955cf.1387382496.git.minovotn@redhat.com> In-Reply-To: References: From: Nigel Croxon Date: Thu, 14 Nov 2013 22:52:57 +0100 Subject: [PATCH 21/46] rdma: forgot to turn off the debugging flag RH-Author: Nigel Croxon Message-id: <1384469598-13137-22-git-send-email-ncroxon@redhat.com> Patchwork-id: 55703 O-Subject: [RHEL7.0 PATCH 21/42] rdma: forgot to turn off the debugging flag Bugzilla: 1011720 RH-Acked-by: Orit Wasserman RH-Acked-by: Amit Shah RH-Acked-by: Paolo Bonzini Bugzilla: 1011720 https://bugzilla.redhat.com/show_bug.cgi?id=1011720 >From commit ID: commit 8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a Author: Michael R. Hines Date: Sat Aug 3 22:54:49 2013 -0400 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 --- migration-rdma.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Signed-off-by: Michal Novotny --- migration-rdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration-rdma.c b/migration-rdma.c index 9cf73e3..fe6118d 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 -- 1.7.11.7