commit e76a7e19337ff34e0fc22513efc01490be52e7e8
parent ce2f6a8f015cff6a7d2f953a8525d6451afabaac
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 31 May 2016 15:55:22 +0200
newlines
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
@@ -1679,7 +1679,7 @@ main (int argc,
}
/* give child time to start and bind against the socket */
fprintf (stderr,
- "Waiting for taler-exchange-httpd to be ready");
+ "Waiting for taler-exchange-httpd to be ready\n");
cnt = 0;
do
{
@@ -1718,7 +1718,7 @@ main (int argc,
}
/* give child time to start and bind against the socket */
fprintf (stderr,
- "Waiting for taler-merchant-httpd to be ready");
+ "Waiting for taler-merchant-httpd to be ready\n");
cnt = 0;
do
{