]> git.ipfire.org Git - thirdparty/patchwork.git/commit
bin/parsemail: Use logging instead of prints
authorStephen Finucane <stephen.finucane@intel.com>
Wed, 15 Apr 2015 16:03:47 +0000 (17:03 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 26 Nov 2015 21:15:37 +0000 (21:15 +0000)
commit9a1802aa49299384e68d0fd2a3dd46c0885b29eb
tree643549ac69f147a98846ec274253c6b099e9dabf
parent545c062e794715c30e1e77245a70303ac28a9da3
bin/parsemail: Use logging instead of prints

This is more useful for helpful dialog messages. Without this it is
necessary to add prints to figure out why patches aren't parsed.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/bin/parsemail.py