aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-28 19:20:34 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-28 19:20:34 +0000
commit6bbbf0ceb806f6cdaedc25e0361182209d991090 (patch)
tree03df9b389b489c08137ab0342cf2607330c0a2f5 /src/testing
parent4ecb84a15a08a9259f480ce405bdc4450159f619 (diff)
downloadgnunet-6bbbf0ceb806f6cdaedc25e0361182209d991090.tar.gz
gnunet-6bbbf0ceb806f6cdaedc25e0361182209d991090.zip
dbg
Diffstat (limited to 'src/testing')
-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 4ace9f055..948704396 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6106,7 +6106,7 @@ GNUNET_TESTING_daemons_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
6106 if (GNUNET_YES != GNUNET_DISK_file_size (hostkeys_file, &fs, GNUNET_YES)) 6106 if (GNUNET_YES != GNUNET_DISK_file_size (hostkeys_file, &fs, GNUNET_YES))
6107 fs = 0; 6107 fs = 0;
6108 6108
6109 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 6109 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
6110 "Found file size %llu for hostkeys, expect hostkeys to be size %d\n", 6110 "Found file size %llu for hostkeys, expect hostkeys to be size %d\n",
6111 fs, HOSTKEYFILESIZE); 6111 fs, HOSTKEYFILESIZE);
6112 6112
@@ -6118,7 +6118,7 @@ GNUNET_TESTING_daemons_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
6118 else 6118 else
6119 { 6119 {
6120 total_hostkeys = fs / HOSTKEYFILESIZE; 6120 total_hostkeys = fs / HOSTKEYFILESIZE;
6121 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 6121 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
6122 "Will read %llu hostkeys from file\n", total_hostkeys); 6122 "Will read %llu hostkeys from file\n", total_hostkeys);
6123 pg->hostkey_data = GNUNET_malloc_large (fs); 6123 pg->hostkey_data = GNUNET_malloc_large (fs);
6124 GNUNET_assert (fs == GNUNET_DISK_file_read (fd, pg->hostkey_data, fs)); 6124 GNUNET_assert (fs == GNUNET_DISK_file_read (fd, pg->hostkey_data, fs));