remove some unncessary uses of warningIO
authorJoey Hess <joeyh@joeyh.name>
Tue, 12 Nov 2019 14:07:27 +0000 (10:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 12 Nov 2019 14:07:27 +0000 (10:07 -0400)
commit9e8d40181f639f9c331b8d84228e92891d14c2a7
treeaf0ccb8e6c8e956bf1a2f961b7cd0eb063508871
parent0be23bae2f404541020b6b24ebe58190fadbe051
remove some unncessary uses of warningIO

warningIO is not concurrent output safe, and it doesn't go to
--json-error-messages

There are a few more that would be too hard to remove, and there are also
several dozen direct prints to stderr still.
Assistant/Threads/Watcher.hs
Remote/GCrypt.hs
Remote/Git.hs
Remote/Helper/Ssh.hs
RemoteDaemon/Transport/Tor.hs