gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5555 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r5555 - GNUnet/src/include
Date: Sun, 26 Aug 2007 19:27:09 -0600 (MDT)

Author: grothoff
Date: 2007-08-26 19:27:08 -0600 (Sun, 26 Aug 2007)
New Revision: 5555

Modified:
   GNUnet/src/include/gnunet_util_error.h
Log:
better error message

Modified: GNUnet/src/include/gnunet_util_error.h
===================================================================
--- GNUnet/src/include/gnunet_util_error.h      2007-08-26 21:11:51 UTC (rev 
5554)
+++ GNUnet/src/include/gnunet_util_error.h      2007-08-27 01:27:08 UTC (rev 
5555)
@@ -227,7 +227,7 @@
  * we still want to see these problems during
  * development and testing.  "OP == other peer".
  */
-#define GE_BREAK_OP(ctx, cond)  do { if (! (cond)) { GE_LOG(ctx, (GE_KIND) 
(GE_DEVELOPER | GE_FATAL | GE_IMMEDIATE), _("Internal error: assertion failed 
at %s:%d in %s.\n"), __FILE__, __LINE__, __FUNCTION__); } } while(0)
+#define GE_BREAK_OP(ctx, cond)  do { if (! (cond)) { GE_LOG(ctx, (GE_KIND) 
(GE_DEVELOPER | GE_FATAL | GE_IMMEDIATE), _("External protocol violation: 
assertion failed at %s:%d in %s (no need to panic, we can handle this).\n"), 
__FILE__, __LINE__, __FUNCTION__); } } while(0)
 
 /**
  * Just like GE_BREAK just with file/line/function





reply via email to

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