Skip to content

Commit

Permalink
chore: Incorrect debug information (#3183)
Browse files Browse the repository at this point in the history
typo: Incorrect debug information
  • Loading branch information
OmAximani0 authored Sep 25, 2023
1 parent d1f8de4 commit 97bcef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/azdls/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl Builder for AzdlsBuilder {
.with_operation("Builder::build")
.with_context("service", Scheme::Azdls)),
}?;
debug!("backend use endpoint {}", &filesystem);
debug!("backend use endpoint {}", &endpoint);

let client = if let Some(client) = self.http_client.take() {
client
Expand Down

0 comments on commit 97bcef6

Please sign in to comment.