[PATCH] dbus: Add "excessive" to debug_strings

Paul Stewart pstew
Thu Mar 24 13:26:28 PDT 2011


The "debug_strings" private array in dbus_new_handles.c
has fallen out of sync with wpa_debug.h.  Add the new
"excessive" level to the head of the list, realigning
everything.  The fact that wpa_supplicant_set_debug_params
doesn't accept "excessive" as a valid parameter might
actually be by design?

Signed-off-by: Paul Stewart <pstew at google.com>
---
 wpa_supplicant/dbus/dbus_new_handlers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wpa_supplicant/dbus/dbus_new_handlers.c b/wpa_supplicant/dbus/dbus_new_handlers.c
index 074a4a9..047909f 100644
--- a/wpa_supplicant/dbus/dbus_new_handlers.c
+++ b/wpa_supplicant/dbus/dbus_new_handlers.c
@@ -38,7 +38,7 @@ extern int wpa_debug_show_keys;
 extern int wpa_debug_timestamp;
 
 static const char *debug_strings[] = {
-	"msgdump", "debug", "info", "warning", "error", NULL
+	"excessive", "msgdump", "debug", "info", "warning", "error", NULL
 };
 
 
-- 
1.7.3.1




More information about the Hostap mailing list