]> andersk Git - openssh.git/blobdiff - clientloop.c
- Remove references to SSLeay.
[openssh.git] / clientloop.c
index ab6713787af57529442fe48accc87e170a3175fd..86972f67583f13013fe49c594dd3549ed77b3451 100644 (file)
@@ -971,7 +971,7 @@ client_input_channel_open(int type, int plen)
        rwindow = packet_get_int();
        rmaxpack = packet_get_int();
 
-       log("server_input_open: ctype %s rchan %d win %d max %d",
+       debug("client_input_channel_open: ctype %s rchan %d win %d max %d",
            ctype, rchan, rwindow, rmaxpack);
 
        if (strcmp(ctype, "x11") == 0) {
@@ -1077,7 +1077,7 @@ client_input_channel_req(int id, void *arg)
        rtype = packet_get_string(&len);
        reply = packet_get_char();
 
-       debug("session_input_channel_req: rtype %s reply %d", rtype, reply);
+       debug("client_input_channel_req: rtype %s reply %d", rtype, reply);
 
        c = channel_lookup(id);
        if (c == NULL)
This page took 0.078041 seconds and 4 git commands to generate.