[libvirt] [PATCH] Remove bogus warning message in JSON code

Daniel P. Berrange berrange at redhat.com
Thu Jun 30 14:09:55 UTC 2011


* src/util/json.c: Remove warning message
---
 src/util/json.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/util/json.c b/src/util/json.c
index 48521f2..a85f580 100644
--- a/src/util/json.c
+++ b/src/util/json.c
@@ -950,7 +950,6 @@ cleanup:
 
     if (parser.nstate) {
         int i;
-        VIR_WARN("cleanup state %d", parser.nstate);
         for (i = 0 ; i < parser.nstate ; i++) {
             VIR_FREE(parser.state[i].key);
         }
-- 
1.7.4.4




More information about the libvir-list mailing list