aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-26 15:55:46 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-26 15:55:46 +0000
commit8f33e1a0723339ade800c6d94bddce78827514a8 (patch)
tree43df2a38c300b7306cd8b81396cfd42d1dec1d97
parent911dc5db46520e048999b7c8593470c65d785f3c (diff)
downloadgnunet-8f33e1a0723339ade800c6d94bddce78827514a8.tar.gz
gnunet-8f33e1a0723339ade800c6d94bddce78827514a8.zip
debug
-rw-r--r--src/testing/testing_group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index efd1c3238..7986d1b5f 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -5993,7 +5993,7 @@ GNUNET_TESTING_daemons_start(const struct GNUNET_CONFIGURATION_Handle *cfg,
5993 GNUNET_YES)) 5993 GNUNET_YES))
5994 fs = 0; 5994 fs = 0;
5995 5995
5996 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 5996 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
5997 "Found file size %llu for hostkeys, expect hostkeys to be size %d\n", 5997 "Found file size %llu for hostkeys, expect hostkeys to be size %d\n",
5998 fs, HOSTKEYFILESIZE); 5998 fs, HOSTKEYFILESIZE);
5999 5999
@@ -6006,7 +6006,7 @@ GNUNET_TESTING_daemons_start(const struct GNUNET_CONFIGURATION_Handle *cfg,
6006 else 6006 else
6007 { 6007 {
6008 total_hostkeys = fs / HOSTKEYFILESIZE; 6008 total_hostkeys = fs / HOSTKEYFILESIZE;
6009 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 6009 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
6010 "Will read %llu hostkeys from file\n", 6010 "Will read %llu hostkeys from file\n",
6011 total_hostkeys); 6011 total_hostkeys);
6012 pg->hostkey_data = GNUNET_malloc_large (fs); 6012 pg->hostkey_data = GNUNET_malloc_large (fs);