Move the stderr output of event log messages in verbose mode to the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 19 Dec 2002 14:24:28 +0000 (14:24 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 19 Dec 2002 14:24:28 +0000 (14:24 +0000)
commit382908adb0d45df6bb519e8838e5aa91fb7434c7
tree83a71e1cd4175cb0ba8e2cae6eb15f690fca7df9
parent656fa24481da0ce15dc352c70c5b79815b00a930
Move the stderr output of event log messages in verbose mode to the
general logging module rather than localising it in ssh.c. This
means it should work in other protocols as well (notably Telnet,
where it might actually be useful for debugging negotiations).

git-svn-id: svn://svn.tartarus.org/sgt/putty@2360 cda61777-01e9-0310-a592-d414129be87e
logging.c
ssh.c