summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 4f2e5037d..91a200663 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -16,7 +16,7 @@
16 */ 16 */
17 17
18#include "includes.h" 18#include "includes.h"
19RCSID("$Id: clientloop.c,v 1.9 2000/04/06 02:32:39 damien Exp $"); 19RCSID("$Id: clientloop.c,v 1.10 2000/04/12 10:17:39 damien Exp $");
20 20
21#include "xmalloc.h" 21#include "xmalloc.h"
22#include "ssh.h" 22#include "ssh.h"
@@ -1013,7 +1013,7 @@ client_input_channel_req(int id, void *arg)
1013 rtype = packet_get_string(&len); 1013 rtype = packet_get_string(&len);
1014 reply = packet_get_char(); 1014 reply = packet_get_char();
1015 1015
1016 log("session_input_channel_req: rtype %s reply %d", rtype, reply); 1016 debug("session_input_channel_req: rtype %s reply %d", rtype, reply);
1017 1017
1018 c = channel_lookup(id); 1018 c = channel_lookup(id);
1019 if (c == NULL) 1019 if (c == NULL)