Skip to content

Commit

Permalink
Log when listener established.
Browse files Browse the repository at this point in the history
darcs-hash:20061218143112-4cc09-321ad2d8a322f9fb2db3ab40a289996d0b91fa2a.gz
  • Loading branch information
Juliusz Chroboczek committed Dec 18, 2006
1 parent 6347d19 commit 8519b50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion io.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,9 @@ create_listener(char *address, int port,
assert(done);
return NULL;
}


do_log(L_INFO, "Established listening socket on port %d.\n", port);

return schedule_accept(fd, handler, data);
}

Expand Down

0 comments on commit 8519b50

Please sign in to comment.