Skip to content

Commit ca8d4df

Browse files
Update adapter/rest/src/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 79caae5 commit ca8d4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adapter/rest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl ServerTrait<config::HttpServerConfig> for HttpServer {
280280
.map_err(|e| anyhow::anyhow!("Invalid bind address '{}': {}", bind, e))?,
281281
);
282282

283-
log::debug!("Initizalized with Address: {:?}", self.addr);
283+
log::debug!("Initialized with Address: {:?}", self.addr);
284284
Ok(())
285285
}
286286

0 commit comments

Comments
 (0)