gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2865 - GNUnet/src/util


From: durner
Subject: [GNUnet-SVN] r2865 - GNUnet/src/util
Date: Sat, 20 May 2006 04:15:31 -0700 (PDT)

Author: durner
Date: 2006-05-20 04:15:28 -0700 (Sat, 20 May 2006)
New Revision: 2865

Modified:
   GNUnet/src/util/semaphore.c
Log:
add \n

Modified: GNUnet/src/util/semaphore.c
===================================================================
--- GNUnet/src/util/semaphore.c 2006-05-20 11:06:20 UTC (rev 2864)
+++ GNUnet/src/util/semaphore.c 2006-05-20 11:15:28 UTC (rev 2865)
@@ -449,21 +449,21 @@
     break; /* ok */
   case EINVAL:
     LOG(LOG_ERROR, 
-       _("`%s' failed with error code %s: %s"),
+       _("`%s' failed with error code %s: %s\n"),
        "pthread_kill",
        "EINVAL",
        STRERROR(ret));
     break;
   case ESRCH:
     LOG(LOG_ERROR, 
-       _("`%s' failed with error code %s: %s"),
+       _("`%s' failed with error code %s: %s\n"),
        "pthread_kill",
        "ESRCH",
        STRERROR(ret));
     break;
   default:
     LOG(LOG_ERROR, 
-       _("`%s' failed with error code %d: %s"),
+       _("`%s' failed with error code %d: %s\n"),
        "pthread_kill",
        ret,
        STRERROR(ret));





reply via email to

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