svnno****@sourc*****
svnno****@sourc*****
2017年 6月 19日 (月) 21:51:04 JST
Revision: 6810 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6810 Author: doda Date: 2017-06-19 21:51:04 +0900 (Mon, 19 Jun 2017) Log Message: ----------- 同じ事柄に対するログが2行出ていたのを修正。 古いログ出力を消し忘れてた orz Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.c =================================================================== --- trunk/ttssh2/ttxssh/ssh.c 2017-06-19 12:50:42 UTC (rev 6809) +++ trunk/ttssh2/ttxssh/ssh.c 2017-06-19 12:51:04 UTC (rev 6810) @@ -7410,7 +7410,6 @@ buffer_free(msg); buffer_free(ttymsg); - logputs(LOG_LEVEL_VERBOSE, "SSH2_MSG_CHANNEL_REQUEST was sent at send_pty_request()."); logprintf(LOG_LEVEL_VERBOSE, __FUNCTION__ ": sending SSH2_MSG_CHANNEL_REQUEST. " "local: %d, remote: %d, request-type: %s, " "term: %s, cols: %d, rows: %d, x: %d, y: %d, "