[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r17092 - gnunet/src/testing
From: |
gnunet |
Subject: |
[GNUnet-SVN] r17092 - gnunet/src/testing |
Date: |
Wed, 28 Sep 2011 21:20:34 +0200 |
Author: grothoff
Date: 2011-09-28 21:20:34 +0200 (Wed, 28 Sep 2011)
New Revision: 17092
Modified:
gnunet/src/testing/testing_group.c
Log:
dbg
Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c 2011-09-28 09:57:36 UTC (rev 17091)
+++ gnunet/src/testing/testing_group.c 2011-09-28 19:20:34 UTC (rev 17092)
@@ -6106,7 +6106,7 @@
if (GNUNET_YES != GNUNET_DISK_file_size (hostkeys_file, &fs, GNUNET_YES))
fs = 0;
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Found file size %llu for hostkeys, expect hostkeys to be
size %d\n",
fs, HOSTKEYFILESIZE);
@@ -6118,7 +6118,7 @@
else
{
total_hostkeys = fs / HOSTKEYFILESIZE;
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Will read %llu hostkeys from file\n", total_hostkeys);
pg->hostkey_data = GNUNET_malloc_large (fs);
GNUNET_assert (fs == GNUNET_DISK_file_read (fd, pg->hostkey_data, fs));
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r17092 - gnunet/src/testing,
gnunet <=