summaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-12 13:12:37 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-12 13:12:37 +0000
commit00eda546242086cee3dc920e2f82a7b5be3e0999 (patch)
tree16675854d0259c061b1c40056f6c79655cee2b9b /src/gns/gns_api.c
parentc5c2121206bf094d18bff9d7835a01c39c0a8348 (diff)
downloadgnunet-00eda546242086cee3dc920e2f82a7b5be3e0999.tar.gz
gnunet-00eda546242086cee3dc920e2f82a7b5be3e0999.zip
-bugfixes, tests
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index d15f1908e..d6709a96e 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -636,7 +636,7 @@ GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
636 } 636 }
637 637
638 msize = sizeof (struct GNUNET_GNS_ClientLookupMessage) + strlen(name) + 1; 638 msize = sizeof (struct GNUNET_GNS_ClientLookupMessage) + strlen(name) + 1;
639 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Trying to shorten %s in GNS\n", name); 639 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Trying to lookup %s in GNS\n", name);
640 640
641 qe = GNUNET_malloc(sizeof (struct GNUNET_GNS_QueueEntry)); 641 qe = GNUNET_malloc(sizeof (struct GNUNET_GNS_QueueEntry));
642 qe->gns_handle = handle; 642 qe->gns_handle = handle;