Skip to content

Commit

Permalink
Log statement cleanup (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jul 6, 2023
1 parent cf121b5 commit f9d531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/src/bin/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async fn main() -> Result<()> {
// DAP API handler in the setup_server call below
info!(
aggregator_bound_address = ?ctx.config.listen_address,
?path_prefix,
path_prefix,
"Serving aggregator API relative to DAP API"
);
// Append wildcard so that this handler will match anything under the prefix
Expand Down

0 comments on commit f9d531a

Please sign in to comment.