aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-30 22:42:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-30 22:42:04 +0000
commit416c2f5a713b93ba689a8cd1e038682a53e6bc17 (patch)
tree987f51d9edfddc02afe1524df5e1156b920c71d4 /src/core/test_core_api.c
parentfceec98e767bce7ad2c24dde73cdcf8837e04013 (diff)
downloadgnunet-416c2f5a713b93ba689a8cd1e038682a53e6bc17.tar.gz
gnunet-416c2f5a713b93ba689a8cd1e038682a53e6bc17.zip
-LRN: use FPRINTF -- #2051
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index e63fc9f9d..df29d52a1 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -112,7 +112,7 @@ static void
112terminate_task_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 112terminate_task_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
113{ 113{
114#if VERBOSE 114#if VERBOSE
115 fprintf (stderr, "ENDING ANGRILY %u\n", ok); 115 FPRINTF (stderr, "ENDING ANGRILY %u\n", ok);
116#endif 116#endif
117 GNUNET_break (0); 117 GNUNET_break (0);
118 if (NULL != p1.ch) 118 if (NULL != p1.ch)