X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.c;h=d337ffe8b1cdf74384c428a80580001b66fb5053;hb=c834e64ed1f72cb55c30b9996e5fc867680212b1;hp=7e1645a4ac41a7ed9db2d05d1f8595cbd8d2ded9;hpb=eae6eee32de3560f84a83ee5cc922a2d3d63cc44;p=pazpar2-moved-to-github.git diff --git a/src/client.c b/src/client.c index 7e1645a..d337ffe 100644 --- a/src/client.c +++ b/src/client.c @@ -602,14 +602,14 @@ struct client *client_create(void) void client_incref(struct client *c) { pazpar2_incref(&c->ref_count, c->mutex); - yaz_log(YLOG_LOG, "client_incref %s %d", client_get_url(c), c->ref_count); + yaz_log(YLOG_DEBUG, "client_incref %s %d", client_get_url(c), c->ref_count); } int client_destroy(struct client *c) { if (c) { - yaz_log(YLOG_LOG, "client_destroy %s %d", + yaz_log(YLOG_DEBUG, "client_destroy %s %d", client_get_url(c), c->ref_count); if (!pazpar2_decref(&c->ref_count, c->mutex)) {