Skip to content

Commit

Permalink
Fix minio logging reference error
Browse files Browse the repository at this point in the history
Signed-off-by: Till Wegmueller <[email protected]>
  • Loading branch information
Toasterson committed Aug 1, 2023
1 parent 2ce8c23 commit 84e9610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/publisherd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub async fn listen(cfg: &Config) -> Result<()> {
None,
);

tracing::debug!("Connected to minio: {}", &cfg.external_minio.url);
tracing::debug!("Connected to minio: {}", &cfg.external_s3.url);
let external_client = minio::s3::client::Client::new(
external_minio_base_url.clone(),
Some(&static_external_provider),
Expand Down

0 comments on commit 84e9610

Please sign in to comment.