summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------examples/blog/web-common0
m---------examples/shop/web-common0
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.c2
3 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/web-common b/examples/blog/web-common
-Subproject eb164f4a0ba56bb1232052b5cde19014fca70ed
+Subproject 026ef2476676ef00b6c2a0cec135a8e64024ee5
diff --git a/examples/shop/web-common b/examples/shop/web-common
-Subproject eb164f4a0ba56bb1232052b5cde19014fca70ed
+Subproject 026ef2476676ef00b6c2a0cec135a8e64024ee5
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
index d0624292..044877ce 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -404,7 +404,7 @@ TMH_EXCHANGES_find_exchange (const char *chosen_exchange,
break;
}
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Comparing chosen exchange url '%s' with known url '%s'.",
+ "Comparing chosen exchange url '%s' with known url '%s'.\n",
chosen_exchange, exchange->uri);
}
if (NULL == exchange)