
26 Feb
2015
26 Feb
'15
4:37 p.m.
# HG changeset patch # User Zach Welch zach@mandolincreekfarm.com
Use new logger module (#2347)
This patch chases down all references to CHIRP_DEBUG, converting the wrapped print calls to LOG.debug calls. It also eliminates a few plain DEBUG variables and a couple of other one-off variants.
I haven't looked at why, but this causes several radios to raise an exception during the settings test.
--Dan