diff options
author | Michael R. Hines <mrhines@us.ibm.com> | 2013-08-03 22:54:49 -0400 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-08-05 11:47:46 -0500 |
commit | 8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a (patch) | |
tree | cdc0c569706d0e6121d4755611b04dea1d228a2f /migration-rdma.c | |
parent | b58c8552bd466aaab67c59dedeb846838082cad6 (diff) |
rdma: forgot to turn off the debugging flag
Ooops. We forgot to turn off the flag.
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
Message-id: 1375584894-9917-3-git-send-email-mrhines@linux.vnet.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'migration-rdma.c')
-rw-r--r-- | migration-rdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> #include <rdma/rdma_cma.h> -#define DEBUG_RDMA +//#define DEBUG_RDMA //#define DEBUG_RDMA_VERBOSE //#define DEBUG_RDMA_REALLY_VERBOSE |