[chirp_devel] [PATCH 0/3] Use logging facilities

Zach Welch
Sun Mar 1 21:19:36 PST 2015


These patches convert the chirp[cw] scripts, the main chirp modules, and
the chirpui modules to use the new logging facilities.  I took an
educated guess at the correct levels to use.  The only files left to
update are the drivers, which I am postponing until after they are moved
into their own subdirectory.

This series applies on top of the previous series that fixes all of the
style issues.

Zach Welch (3):
  Use logging in chirp[cw] (#2347)
  Use logging in chirp/*.py (#2347)
  Use logging in chirpui/*.py (#2347)

 chirp/bitwise.py        | 10 +++++++---
 chirp/chirp_common.py   |  4 ++--
 chirp/detect.py         | 10 ++++++----
 chirp/directory.py      |  7 +++----
 chirp/generic_csv.py    | 12 +++++++-----
 chirp/generic_xml.py    | 18 ++++++++++++------
 chirp/import_logic.py   |  5 ++++-
 chirp/memmap.py         |  5 +----
 chirp/platform.py       | 17 ++++++++++-------
 chirp/radioreference.py | 15 +++++++++------
 chirp/settings.py       |  1 -
 chirpc                  | 16 ++++++++--------
 chirpui/bandplans.py    |  9 +++++++--
 chirpui/bankedit.py     |  6 +++++-
 chirpui/clone.py        | 11 +++++++----
 chirpui/common.py       | 33 +++++++++++++++++----------------
 chirpui/dstaredit.py    | 13 ++++++++-----
 chirpui/editorset.py    |  7 +++++--
 chirpui/importdialog.py | 28 ++++++++++++++++------------
 chirpui/inputdialog.py  | 11 +++++++----
 chirpui/memdetail.py    |  5 ++++-
 chirpui/memedit.py      | 29 ++++++++++++++++-------------
 chirpui/miscwidgets.py  | 11 +++++++----
 chirpui/radiobrowser.py |  5 ++++-
 chirpui/reporting.py    |  6 +++---
 chirpui/settingsedit.py |  9 ++++++---
 chirpui/shiftdialog.py  | 11 +++++++----
 chirpw                  |  9 ++++++---
 28 files changed, 194 insertions(+), 129 deletions(-)

-- 
1.9.1




More information about the chirp_devel mailing list