summaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-29 23:57:51 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-29 23:57:51 +0100
commit03d8657d530be561b321fd93d586f188cb61384b (patch)
tree19a46a637e47ececa62c7d87de5d4b9e8e046f50 /src/sync
parent778c2228f8662d748b65e48104be357c162d51ca (diff)
downloadsync-03d8657d530be561b321fd93d586f188cb61384b.tar.gz
sync-03d8657d530be561b321fd93d586f188cb61384b.tar.bz2
sync-03d8657d530be561b321fd93d586f188cb61384b.zip
propper handling of URIs
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/sync-httpd_backup_post.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sync/sync-httpd_backup_post.c b/src/sync/sync-httpd_backup_post.c
index 8137910..6562b0e 100644
--- a/src/sync/sync-httpd_backup_post.c
+++ b/src/sync/sync-httpd_backup_post.c
@@ -290,12 +290,11 @@ proposal_cb (void *cls,
"backend-http-status",
(json_int_t) http_status);
GNUNET_assert (NULL != bc->resp);
- fprintf (stderr, "SET: %p - %p\n", bc, (NULL != bc) ? bc->resp : NULL);
bc->response_code = MHD_HTTP_INTERNAL_SERVER_ERROR;
return;
}
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
- "Storing payment request for order %s\n",
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Storing payment request for order `%s'\n",
order_id);
qs = db->store_payment_TR (db->cls,
&bc->account,
@@ -609,7 +608,6 @@ sync_handler_backup_post (struct MHD_Connection *connection,
struct BackupContext *bc;
bc = *con_cls;
- fprintf (stderr, "%p - %p\n", bc, (NULL != bc) ? bc->resp : NULL);
if (NULL == bc)
{
/* first call, setup internals */