Skip to content

Commit

Permalink
Log.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Oct 3, 2024
1 parent e90d5b5 commit 2e0f2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sources/request_dynamic.ml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class dynamic ~priority ~retry_delay ~available (f : Lang.value) prefetch
(fun r -> Queue.push retrieved r)
(remove_expired []);
Queue.push retrieved { request = req; expired = false };
self#log#info "Queued %d requests" self#queue_size;
self#log#info "Queued %d request(s)" self#queue_size;
`Finished
| _ ->
Request.destroy req;
Expand Down

0 comments on commit 2e0f2a1

Please sign in to comment.