Skip to content

Commit

Permalink
comment crawler debug line.
Browse files Browse the repository at this point in the history
it's useful to see when this happens in realtime right now.
  • Loading branch information
dormando committed Aug 20, 2016
1 parent a8347f6 commit 0c425b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion items.c
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ static void item_crawler_metadump(item *it, uint32_t hv, int i) {
}

static void item_crawler_close_client(crawler_client_t *c) {
fprintf(stderr, "CRAWLER: Closing client\n");
//fprintf(stderr, "CRAWLER: Closing client\n");
sidethread_conn_close(c->c);
c->c = NULL;
c->cbuf = NULL;
Expand Down

0 comments on commit 0c425b1

Please sign in to comment.