X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=client%2Fclient.c;h=c9351d2fa8c3432b2cbdb3b2b99820073974aef6;hb=b6aa93dcb5c07ed09b664c006b5f33b0135a0854;hp=ba217e7e9d0db49015824131277a3a3a5423c7f7;hpb=1c0ca5448add3823add4ba4993da0864e2d3657a;p=yaz-moved-to-github.git diff --git a/client/client.c b/client/client.c index ba217e7..c9351d2 100644 --- a/client/client.c +++ b/client/client.c @@ -284,7 +284,7 @@ int send_apdu(Z_APDU *a) do_hex_dump(buf, len); if (cs_put(conn, buf, len) < 0) { - fprintf(stderr, "cs_put: %s", cs_errmsg(cs_errno(conn))); + fprintf(stderr, "cs_put: %s\n", cs_errmsg(cs_errno(conn))); close_session(); return 0; }