aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-29 16:36:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-29 16:36:54 +0000
commit78e6e273af9fbf0f66781464a997fe130fbd89e1 (patch)
treea4e99108ebaad6cb8270b27a52f17f01f42e2d93 /src/util/test_common_logging.c
parent5e73fcf9efb7ec0d0edd62c956a1f62f108b1b06 (diff)
downloadgnunet-78e6e273af9fbf0f66781464a997fe130fbd89e1.tar.gz
gnunet-78e6e273af9fbf0f66781464a997fe130fbd89e1.zip
fix
Diffstat (limited to 'src/util/test_common_logging.c')
-rw-r--r--src/util/test_common_logging.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/util/test_common_logging.c b/src/util/test_common_logging.c
index 8a9b73108..e3209082b 100644
--- a/src/util/test_common_logging.c
+++ b/src/util/test_common_logging.c
@@ -42,13 +42,7 @@ main (int argc, char *argv[])
42 unsigned int failureCount = 0; 42 unsigned int failureCount = 0;
43 unsigned int logs = 0; 43 unsigned int logs = 0;
44 44
45 /* FIXME: this causes a double free, because common_logging sets 45 GNUNET_log_setup ("test-common-logging", "DEBUG", "/dev/null");
46 * GNUNET_stderr = stderr before main() gets executed and then tries
47 * to fclose(GNUNET_stderr) in GNUNET_log_setup */
48 fclose (stderr);
49#ifndef MINGW
50 stderr = NULL;
51#endif
52 GNUNET_logger_add (&my_log, &logs); 46 GNUNET_logger_add (&my_log, &logs);
53 GNUNET_logger_add (&my_log, &logs); 47 GNUNET_logger_add (&my_log, &logs);
54 GNUNET_log (GNUNET_ERROR_TYPE_BULK, "Testing...\n"); 48 GNUNET_log (GNUNET_ERROR_TYPE_BULK, "Testing...\n");