diff options
| author | Michael R. Hines | 2013-08-04 04:54:49 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-08-05 18:47:46 +0200 |
| commit | 8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a (patch) | |
| tree | cdc0c569706d0e6121d4755611b04dea1d228a2f | |
| parent | rdma: bugfix: make IPv6 support work (diff) | |
| download | qemu-8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a.tar.gz qemu-8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a.tar.xz qemu-8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a.zip | |
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>
| -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 |
