aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/reclaim/gnunet-reclaim.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/reclaim/gnunet-reclaim.c b/src/reclaim/gnunet-reclaim.c
index 9947eac6d..68a37b704 100644
--- a/src/reclaim/gnunet-reclaim.c
+++ b/src/reclaim/gnunet-reclaim.c
@@ -341,8 +341,11 @@ iter_cb (void *cls,
341 } 341 }
342 GNUNET_free (attrs_tmp); 342 GNUNET_free (attrs_tmp);
343 } else if (list) { 343 } else if (list) {
344 attr_str = GNUNET_RECLAIM_ATTRIBUTE_value_to_string (attr->type,
345 attr->data,
346 attr->data_size);
344 GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE, 347 GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
345 "%s: %s\n", attr->name, (char*)attr->data); 348 "%s: %s\n", attr->name, attr_str);
346 } 349 }
347 GNUNET_RECLAIM_get_attributes_next (attr_iterator); 350 GNUNET_RECLAIM_get_attributes_next (attr_iterator);
348} 351}