summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-30 13:49:27 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-30 13:49:27 +0100
commit3bb757b3a7bddbd132805dc1147158b40238e543 (patch)
tree34208cbe20865dcbf545b76f05a4948fea19a08e /src
parent00612f5e19582db782832c69d093049c5f75dd9b (diff)
downloadexchange-3bb757b3a7bddbd132805dc1147158b40238e543.tar.gz
exchange-3bb757b3a7bddbd132805dc1147158b40238e543.tar.bz2
exchange-3bb757b3a7bddbd132805dc1147158b40238e543.zip
-remove empty lines
Diffstat (limited to 'src')
-rw-r--r--src/mint-lib/mint_api_handle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c
index 49960cb10..1b0b73c50 100644
--- a/src/mint-lib/mint_api_handle.c
+++ b/src/mint-lib/mint_api_handle.c
@@ -608,12 +608,10 @@ keys_completed_cb (void *cls,
resp_obj = MAC_download_get_result (&kr->db,
eh,
&response_code);
-
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Received keys from URL `%s' with status %ld.\n",
kr->url,
response_code);
-
switch (response_code) {
case 0:
break;