add more info to the log to ease debugging

This commit is contained in:
Daniel Stenberg 2005-05-03 23:13:24 +00:00
parent 44985e8884
commit a0fe950b75

View File

@ -142,9 +142,11 @@ startsf();
logmsg sprintf("FTP server started on port IPv%d/$port\n", $ipv6?6:4);
open(PID, ">$pidfile");
print PID $$;
print PID $$."\n";
close(PID);
logmsg("logged pid $$ in $pidfile\n");
sub sockfilt {
my $l;
foreach $l (@_) {