Commit 9661e373 authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: added debug output to worker threads after successful send

parent 65790e18
......@@ -79,6 +79,8 @@ wrk_send(void *amq_worker, dataentry *entry, worker_data_t *wrk)
else {
wrk->sends++;
MON_StatsUpdate(STATS_SENT);
LOG_Log(LOG_DEBUG, "Worker %d: Successfully sent data [%.*s]", wrk->id,
entry->end, entry->data);
}
entry->state = DATA_EMPTY;
/* From Varnish vmb.h -- platform-independent write memory barrier */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment