gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5865 - GNUnet/src/util/threads


From: gnunet
Subject: [GNUnet-SVN] r5865 - GNUnet/src/util/threads
Date: Tue, 11 Dec 2007 20:40:08 -0700 (MST)

Author: grothoff
Date: 2007-12-11 20:40:08 -0700 (Tue, 11 Dec 2007)
New Revision: 5865

Modified:
   GNUnet/src/util/threads/mutex.c
Log:
fix

Modified: GNUnet/src/util/threads/mutex.c
===================================================================
--- GNUnet/src/util/threads/mutex.c     2007-12-12 03:39:36 UTC (rev 5864)
+++ GNUnet/src/util/threads/mutex.c     2007-12-12 03:40:08 UTC (rev 5865)
@@ -159,7 +159,7 @@
                        GNUNET_GE_FATAL | GNUNET_GE_DEVELOPER | GNUNET_GE_USER
                        | GNUNET_GE_IMMEDIATE, _("Deadlock due to `%s'.\n"),
                        "pthread_mutex_lock");
-      GNUNET_GE_ASSERT (NULL, 0);
+      GNUNET_GE_ASSERT_FLF (NULL, 0, file, line, __FUNCTION__);
     }
   if (mutex->locked_depth++ == 0)
     {





reply via email to

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