aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_common.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-06-18 00:22:35 +0000
committerBart Polot <bart@net.in.tum.de>2014-06-18 00:22:35 +0000
commite4d12b9b2c3584dba64e7b3ae2d2b466d09b6122 (patch)
tree6ce2dd59d449e26937745d3e6a901eb0a5fb6da0 /src/cadet/cadet_common.c
parentd86a270b3b0691b651ee6d2b5d5a18b4bd27bbf8 (diff)
downloadgnunet-e4d12b9b2c3584dba64e7b3ae2d2b466d09b6122.tar.gz
gnunet-e4d12b9b2c3584dba64e7b3ae2d2b466d09b6122.zip
Add a debug "dump to stderr" feature to cadet
Diffstat (limited to 'src/cadet/cadet_common.c')
-rw-r--r--src/cadet/cadet_common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cadet/cadet_common.c b/src/cadet/cadet_common.c
index 94ba1bdfa..b1d0501b2 100644
--- a/src/cadet/cadet_common.c
+++ b/src/cadet/cadet_common.c
@@ -328,10 +328,10 @@ GC_m2s (uint16_t m)
328 break; 328 break;
329 329
330 /** 330 /**
331 * 640kb should be enough for everybody 331 * Debug request.
332 */ 332 */
333 case 299: 333 case GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_DUMP:
334 t = "RESERVE_END"; 334 t = "INFO_DUMP";
335 break; 335 break;
336 336
337 default: 337 default: