irkerd: Replace sys.stderr.write with LOG.error
authorW. Trevor King <wking@tremily.us>
Fri, 7 Mar 2014 04:21:15 +0000 (20:21 -0800)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 11 Mar 2014 04:47:38 +0000 (00:47 -0400)
commit602989fdf67eb380add1087966a905b2f4294ad4
tree6f3834529eca53dd078777d1e3a8c5554d364196
parent84ca40b2ea0d63ed1ff5f1eaa16eb4b7c7e3934d
irkerd: Replace sys.stderr.write with LOG.error

Thie makes logging more consistent with other errors (e.g. you can
adjust the logging Handler and get all the errors sent to syslog or a
file).  I also removed the 'irkerd: ' prefix; if we want that, I think
we should add it to all logged messages by using a custom string in
the logging Formatter.
irkerd