Description of problem: # grep "NetworkManager" /var/log/messages | wc -l 222746 That is 220k messages in 3 1/4 days. Version-Release number of selected component (if applicable): NetworkManager-0.7.0-0.cvs20060529.5 If there's a gconf key I'm missing that will silence it, please apply the cluebat.
so it looks like a lot of things in nm-device.c that probably should be marked nm_debug are marked nm_info.
Also, looks like if SUPPLICANT_DEBUG is defined a low of extra spew gets added (and we unconditionally define it). Presumably Dan added it to weed out bugs in the wpa_supplicant changeover. Dan, Is it okay if we undefine this now? Or do you still want the debug spew?
Upstream is patched to cut down the spew. See Gnome #346875, that patch should probably be added.
building now. Should be in tomorrow's rawhide. Bill if it's still too noisy for you, please reopen.