aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_select.c')
-rw-r--r--src/lib/daemon_select.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/daemon_select.c b/src/lib/daemon_select.c
index be8c247c..0f32b6b8 100644
--- a/src/lib/daemon_select.c
+++ b/src/lib/daemon_select.c
@@ -531,7 +531,7 @@ MHD_daemon_upgrade_connection_with_select_ (struct MHD_Connection *con)
531#ifdef HAVE_MESSAGES 531#ifdef HAVE_MESSAGES
532 MHD_DLOG (con->daemon, 532 MHD_DLOG (con->daemon,
533 MHD_SC_SOCKET_OUTSIDE_OF_FDSET_RANGE, 533 MHD_SC_SOCKET_OUTSIDE_OF_FDSET_RANGE,
534 _ ("Error preparing select\n")); 534 _ ("Error preparing select.\n"));
535#endif 535#endif
536 break; 536 break;
537 } 537 }
@@ -695,7 +695,7 @@ MHD_daemon_select_ (struct MHD_Daemon *daemon,
695#ifdef HAVE_MESSAGES 695#ifdef HAVE_MESSAGES
696 MHD_DLOG (daemon, 696 MHD_DLOG (daemon,
697 sc, 697 sc,
698 _ ("Could not obtain daemon fdsets")); 698 _ ("Could not obtain daemon fdsets.\n"));
699#endif 699#endif
700 } 700 }
701 } 701 }
@@ -712,7 +712,7 @@ MHD_daemon_select_ (struct MHD_Daemon *daemon,
712#ifdef HAVE_MESSAGES 712#ifdef HAVE_MESSAGES
713 MHD_DLOG (daemon, 713 MHD_DLOG (daemon,
714 MHD_SC_SOCKET_OUTSIDE_OF_FDSET_RANGE, 714 MHD_SC_SOCKET_OUTSIDE_OF_FDSET_RANGE,
715 _ ("Could not add listen socket to fdset")); 715 _ ("Could not add listen socket to fdset.\n"));
716#endif 716#endif
717 return MHD_SC_SOCKET_OUTSIDE_OF_FDSET_RANGE; 717 return MHD_SC_SOCKET_OUTSIDE_OF_FDSET_RANGE;
718 } 718 }
@@ -743,7 +743,7 @@ MHD_daemon_select_ (struct MHD_Daemon *daemon,
743 MHD_DLOG (daemon, 743 MHD_DLOG (daemon,
744 sc, 744 sc,
745 _ ( 745 _ (
746 "Could not add control inter-thread communication channel FD to fdset")); 746 "Could not add control inter-thread communication channel FD to fdset.\n"));
747#endif 747#endif
748#if defined(MHD_WINSOCK_SOCKETS) 748#if defined(MHD_WINSOCK_SOCKETS)
749 } 749 }