added logging for exit-status

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@227 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2009-02-03 17:54:27 +00:00
parent 0679dd4fd8
commit 903e22cd11
2 changed files with 2 additions and 1 deletions

View File

@@ -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