X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-z3950.c;h=4ad090d14cdd00aefa4b67b8ee073b5c2b00089e;hp=df313819c75af904348575acb90af61950236c20;hb=44de7e21fac2c7c731b635ba1d31b99ae6bb1259;hpb=053367cbe356fb3ce0def34b065dae589d700daf diff --git a/src/zoom-z3950.c b/src/zoom-z3950.c index df31381..4ad090d 100644 --- a/src/zoom-z3950.c +++ b/src/zoom-z3950.c @@ -1292,7 +1292,7 @@ static void handle_Z3950_search_response(ZOOM_connection c, rc = memcached_set(c->mc_st, wrbuf_buf(resultset->mc_key),wrbuf_len(resultset->mc_key), str, strlen(str), expiration, flags); - yaz_log(YLOG_LOG, "Key=%s value=%s rc=%u %s", + yaz_log(YLOG_LOG, "Store hit count key=%s value=%s rc=%u %s", wrbuf_cstr(resultset->mc_key), str, (unsigned) rc, memcached_last_error_message(c->mc_st)); }