dbus: Use simple strings for debug level
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 4 Jan 2010 14:22:26 +0000 (16:22 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 4 Jan 2010 14:22:26 +0000 (16:22 +0200)
commita2753c285fc0efc5f65138d8f95de1e903b0fa31
treec60e01189a958a6de21b7a64b7ed3228e5be91cb
parent3adca61c9cf24aff54caa83368d57f4791f7e9dd
dbus: Use simple strings for debug level

Instead of using some magic integer values that really only mean
something to WPA internal code, just use simple strings. Possible
values are "msgdump", "debug", "info", "warning" and "error" which
map directly to WPA debugging support.
doc/dbus.doxygen
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new_handlers.c