tools: move debug-helper.py from test/ to tools/

This commit is contained in:
Dan Winship 2014-07-25 11:54:36 -04:00
parent 420e027c99
commit efb2b13baa
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
EXTRA_DIST = \
check-exports.sh \
debug-helper.py \
doc-generator.xsl \
run-test-valgrind.sh \
test-sudo-wrapper.sh

View file

@ -46,7 +46,7 @@ if args.do_set_mm_logging:
if args.do_set_wpa_logging:
print "Setting wpa_supplicant log level to '" + args.do_set_wpa_logging + "'"
if 'debug' in args.do_set_wpa_logging or 'msgdump' in args.do_set_wpa_logging:
if 'debug' in args.do_set_wpa_logging or 'msgdump' in args.do_set_wpa_logging:
print "Enabling timestamps for wpasupplicant debugging logs"
use_timestamps = dbus.Boolean(True, variant_level=1)
else: