gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r2953 - GNUnet/src/util
Date: Fri, 2 Jun 2006 12:18:59 -0700 (PDT)

Author: durner
Date: 2006-06-02 12:18:57 -0700 (Fri, 02 Jun 2006)
New Revision: 2953

Modified:
   GNUnet/src/util/semaphore.c
Log:
fix

Modified: GNUnet/src/util/semaphore.c
===================================================================
--- GNUnet/src/util/semaphore.c 2006-06-02 19:17:52 UTC (rev 2952)
+++ GNUnet/src/util/semaphore.c 2006-06-02 19:18:57 UTC (rev 2953)
@@ -154,7 +154,7 @@
   mutex->internal = NULL;
   errno = 0;
   if ((k = pthread_mutex_destroy(mut)) != 0) {
-    LOG(_("`%s' failed with error code %d: %s\n"),
+    LOG(LOG_FATAL, _("`%s' failed with error code %d: %s\n"),
       "pthread_mutex_destroy",
       k,
       STRERROR(k));





reply via email to

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