gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31023 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r31023 - libmicrohttpd/src/microhttpd
Date: Tue, 3 Dec 2013 21:28:46 +0100

Author: grothoff
Date: 2013-12-03 21:28:46 +0100 (Tue, 03 Dec 2013)
New Revision: 31023

Modified:
   libmicrohttpd/src/microhttpd/daemon.c
Log:
-newline

Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2013-12-03 20:12:05 UTC (rev 
31022)
+++ libmicrohttpd/src/microhttpd/daemon.c       2013-12-03 20:28:46 UTC (rev 
31023)
@@ -1500,7 +1500,7 @@
       next = pos->next;
       if (MHD_NO == pos->resuming)
         continue;
- 
+
       DLL_remove (daemon->suspended_connections_head,
                   daemon->suspended_connections_tail,
                   pos);
@@ -3359,7 +3359,7 @@
     {
 #if HAVE_MESSAGES
       MHD_DLOG (daemon,
-                "Combining MHD_USE_THREAD_PER_CONNECTION and 
MHD_USE_SUSPEND_RESUME is not supported.");
+                "Combining MHD_USE_THREAD_PER_CONNECTION and 
MHD_USE_SUSPEND_RESUME is not supported.\n");
 #endif
       goto free_and_fail;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]