aboutsummaryrefslogtreecommitdiff
path: root/src/util/resolver_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/util/resolver_api.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
-remove trailing whitespace
Diffstat (limited to 'src/util/resolver_api.c')
-rw-r--r--src/util/resolver_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c
index b353986192..46ac52586c 100644
--- a/src/util/resolver_api.c
+++ b/src/util/resolver_api.c
@@ -332,7 +332,7 @@ handle_response (void *cls, const struct GNUNET_MessageHeader *msg)
struct GNUNET_RESOLVER_RequestHandle *rh = cls;
uint16_t size;
- LOG (GNUNET_ERROR_TYPE_DEBUG,
+ LOG (GNUNET_ERROR_TYPE_DEBUG,
"Receiving response from DNS service\n");
if (NULL == msg)
{
@@ -920,7 +920,7 @@ GNUNET_RESOLVER_hostname_resolve (int af,
return NULL;
}
LOG (GNUNET_ERROR_TYPE_DEBUG,
- "Resolving our hostname `%s'\n",
+ "Resolving our hostname `%s'\n",
hostname);
return GNUNET_RESOLVER_ip_get (hostname, af, timeout, callback, cls);
}