Skip to content

Commit

Permalink
Fix log statement in dapf
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Dec 13, 2024
1 parent d759e76 commit 0126177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2024 Cloudflare, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause

.PHONY: accept acceptance e2e load
.PHONY: accept acceptance e2e load leader l helper h storage-proxy s

leader:
RUST_LOG=hyper=off,debug cargo run \
Expand Down
2 changes: 1 addition & 1 deletion crates/dapf/src/acceptance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ impl Test {
};

// Send AggregateShareReq.
info!("Starting AggregationJobInitReq");
info!("Starting AggregationSharereq");
let start = Instant::now();
self.http_client
.get_aggregate_share(
Expand Down

0 comments on commit 0126177

Please sign in to comment.