diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-22 18:54:01 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-22 18:54:01 +0200 |
commit | 8546828bf68935329941a223528f1eeb6df59c5f (patch) | |
tree | ca42b09781a90d30d7e3c2c27e0df276f7c8dbe5 | |
parent | 2b54be2a33c7705197a44fb2cce8a4d81eff4e3e (diff) |
newline
m--------- | examples/blog/web-common | 0 | ||||
m--------- | examples/shop/web-common | 0 | ||||
-rw-r--r-- | src/backend/taler-merchant-httpd_exchanges.c | 2 |
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) |