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:
15d49b1
)
remove verbose logging message
author
Nathan S. Evans
<evans@in.tum.de>
Wed, 27 Jul 2011 16:09:13 +0000
(16:09 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Wed, 27 Jul 2011 16:09:13 +0000
(16:09 +0000)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index e7b6c03d24cbc5f34fa65df8298ed2837e96e7c4..975f34496f56fdf26065da08a8bd0724c346c7a9 100644
(file)
--- a/
src/testing/testing.c
+++ b/
src/testing/testing.c
@@
-1206,7
+1206,7
@@
GNUNET_TESTING_daemon_start_service (struct GNUNET_TESTING_Daemon *d,
"-c", d->cfgfile, "-i", service, "-q",
"-T", GNUNET_TIME_relative_to_string(timeout),
NULL);
- GNUNET_log (GNUNET_ERROR_TYPE_
WARNIN
G,
+ GNUNET_log (GNUNET_ERROR_TYPE_
DEBU
G,
"Starting gnunet-arm with command %s -c %s -i %s -q -T %s\n",
"gnunet-arm", d->cfgfile, service, GNUNET_TIME_relative_to_string(timeout));
}