aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_test.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-15 12:47:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-15 12:47:43 +0000
commit00a7f964e0696b80455fa8e0d217f29762f490c1 (patch)
tree1298859045274fdeb0b887e1313c035df22faf95 /src/nat/nat_test.c
parent5d4332d1f19f435eecbb6976416e26d5aee30410 (diff)
downloadgnunet-00a7f964e0696b80455fa8e0d217f29762f490c1.tar.gz
gnunet-00a7f964e0696b80455fa8e0d217f29762f490c1.zip
dbg support:
Diffstat (limited to 'src/nat/nat_test.c')
-rw-r--r--src/nat/nat_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nat/nat_test.c b/src/nat/nat_test.c
index 74bb758dd..a524831e4 100644
--- a/src/nat/nat_test.c
+++ b/src/nat/nat_test.c
@@ -252,7 +252,8 @@ do_read (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
252#if DEBUG_NAT 252#if DEBUG_NAT
253 else 253 else
254 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, 254 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG,
255 "nat" "Received data mismatches expected value\n"); 255 "nat",
256 "Received data mismatches expected value\n");
256#endif 257#endif
257 } 258 }
258#if DEBUG_NAT 259#if DEBUG_NAT