Skip to content

Commit

Permalink
Fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jul 2, 2024
1 parent 1967e4c commit db239f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-farmer/src/cluster/nats_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ impl<Response> StreamResponseSubscriber<Response> {

async move {
while let Some((subject, index)) = acknowledgement_receiver.next().await {
warn!(
trace!(
%subject,
%index,
%response_subject,
Expand Down

0 comments on commit db239f3

Please sign in to comment.