]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Move the stderr output of event log messages in verbose mode to the
authorSimon Tatham <anakin@pobox.com>
Thu, 19 Dec 2002 14:24:28 +0000 (14:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 19 Dec 2002 14:24:28 +0000 (14:24 +0000)
commit6c34f06a713ac77c89a2c1b1a1aed72789d952d6
tree83a71e1cd4175cb0ba8e2cae6eb15f690fca7df9
parent6adef8429abf791f442e8d21a8dc6295c36bbbcd
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).

[originally from svn r2360]
logging.c
ssh.c