From 09a882bd4d8167ef5d4ef0018d0ced592d154d0a Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 30 Jun 2011 15:03:07 +0100 Subject: [PATCH] Remove bogus warning message in JSON code * src/util/json.c: Remove warning message --- src/util/json.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/json.c b/src/util/json.c index 48521f2ccb..a85f580029 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); }