summaryrefslogtreecommitdiffstats
path: root/sample.c
diff options
context:
space:
mode:
Diffstat (limited to 'sample.c')
-rw-r--r--sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample.c b/sample.c
index 94b6717..0f5d1bf 100644
--- a/sample.c
+++ b/sample.c
@@ -193,7 +193,7 @@ void select_loop(SSH_SESSION *session,CHANNEL *channel){
return;
}
if(lus==0){
- ssh_say(1,"EOF received\n");
+ ssh_log(session,SSH_LOG_RARE,"EOF received\n");
channel_free(channel);
channel=channels[0]=NULL;
} else