log client disconnects

This commit is contained in:
Daniel Stenberg 2004-10-27 14:18:57 +00:00
parent 7167cde020
commit e9b3e1d031

View File

@ -652,5 +652,6 @@ for ( $waitedpid = 0;
}
} # while(1)
logmsg "client disconnected\n";
close(Client);
}