projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62951da
)
set up logging
author
Nils Durner
<durner@gnunet.org>
Sat, 14 Nov 2009 18:38:08 +0000
(18:38 +0000)
committer
Nils Durner
<durner@gnunet.org>
Sat, 14 Nov 2009 18:38:08 +0000
(18:38 +0000)
src/util/test_bio.c
patch
|
blob
|
history
diff --git
a/src/util/test_bio.c
b/src/util/test_bio.c
index 1eda86a6f3d2ae95961af43a17fac571552393e4..0fa8c5039659448ee0279c2361ebdfed158d22b2 100644
(file)
--- a/
src/util/test_bio.c
+++ b/
src/util/test_bio.c
@@
-392,6
+392,7
@@
check_file_rw ()
int
main (int argc, char *argv[])
{
+ GNUNET_log_setup ("test-bio", "WARNING", NULL);
GNUNET_assert (0 == check_file_rw ());
GNUNET_assert (0 == check_metadata_rw ());
GNUNET_assert (0 == check_string_rw ());