This commit is contained in:
Michael Kerrisk 2005-08-16 08:16:01 +00:00
parent 279d6eeaee
commit 7dfefab847
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ for(;;) {
ev.events = EPOLLIN | EPOLLET;
ev.data.fd = client;
if (epoll_ctl(kdpfd, EPOLL_CTL_ADD, client, &ev) < 0) {
fprintf(stderr, "epoll set insertion error: fd=%d\n",
fprintf(stderr, "epoll set insertion error: fd=%d\\n",
client);
return \-1;
}