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:
0c651a9
)
fix indentation
author
Christian Grothoff
<christian@grothoff.org>
Thu, 23 Feb 2017 21:50:52 +0000
(22:50 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 23 Feb 2017 21:55:30 +0000
(22:55 +0100)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index 043bdd7d207113f039bad71133ec2781668fb81f..bab7976ea6927d1648f1aea3c2232ffbfa80890b 100644
(file)
--- a/
src/testing/testing.c
+++ b/
src/testing/testing.c
@@
-1633,7
+1633,9
@@
GNUNET_TESTING_service_run (const char *testdir,
char *binary;
char *libexec_binary;
- GNUNET_log_setup (testdir, "WARNING", NULL);
+ GNUNET_log_setup (testdir,
+ "WARNING",
+ NULL);
system = GNUNET_TESTING_system_create (testdir, "127.0.0.1", NULL, NULL);
if (NULL == system)
return 1;