Skip to content

Commit ca8d4df

Browse files
Update adapter/rest/src/main.rs
Co-authored-by: Copilot <[email protected]> Signed-off-by: Raphael Götz <[email protected]>
1 parent 79caae5 commit ca8d4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)