aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 14:45:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 14:45:36 +0000
commitd66c82ae1328bf3d58e66d4643f610523a33498f (patch)
tree30cf1f7b21b3ce822eb462d91f9208ed7b1ca7be /src/include
parentbc4d6bbbb097dc12fb1a19b56147abd56031b1fd (diff)
downloadgnunet-d66c82ae1328bf3d58e66d4643f610523a33498f.tar.gz
gnunet-d66c82ae1328bf3d58e66d4643f610523a33498f.zip
LRN: cosmetics
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 08c1f96c9..8f3ff8127 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -372,7 +372,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
372 * we still want to see these problems during 372 * we still want to see these problems during
373 * development and testing. "OP == other peer". 373 * development and testing. "OP == other peer".
374 */ 374 */
375#define GNUNET_break_op(cond) do { if (! (cond)) { GNUNET_log(GNUNET_ERROR_TYPE_WARNING, _("External protocol violation detected at %s:%d.\n"), __FILE__, __LINE__); } } while(0) 375#define GNUNET_break_op(cond) do { if (! (cond)) { GNUNET_log(GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK, _("External protocol violation detected at %s:%d.\n"), __FILE__, __LINE__); } } while(0)
376 376
377/** 377/**
378 * Log an error message at log-level 'level' that indicates 378 * Log an error message at log-level 'level' that indicates