diff options
Diffstat (limited to 'src/namestore/gnunet-namestore-gtk.c')
-rw-r--r-- | src/namestore/gnunet-namestore-gtk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/namestore/gnunet-namestore-gtk.c b/src/namestore/gnunet-namestore-gtk.c index bf2168ed..4b86b45e 100644 --- a/src/namestore/gnunet-namestore-gtk.c +++ b/src/namestore/gnunet-namestore-gtk.c | |||
@@ -2327,6 +2327,8 @@ zone_iteration_proc (void *cls, | |||
2327 | /* Append elements for records in tree view */ | 2327 | /* Append elements for records in tree view */ |
2328 | for (c = 0; c < rd_count; c ++) | 2328 | for (c = 0; c < rd_count; c ++) |
2329 | { | 2329 | { |
2330 | if (GNUNET_GNSRECORD_TYPE_NICK == rd[c].record_type) | ||
2331 | continue; | ||
2330 | GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, | 2332 | GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, |
2331 | "Record %u: type %u flags %u expiration %llu data_size %u\n", | 2333 | "Record %u: type %u flags %u expiration %llu data_size %u\n", |
2332 | c, rd[c].record_type, rd[c].flags, | 2334 | c, rd[c].record_type, rd[c].flags, |