Skip to content

Commit f030623

Browse files
authored
Emit log message on server startup (#326)
1 parent dafe330 commit f030623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dropshot/src/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ impl<C: ServerContext> HttpServerStarter<C> {
160160
https.start(rx, log_close)
161161
}
162162
};
163+
info!(self.app_state.log, "listening");
163164

164165
let probe_registration = if cfg!(feature = "usdt-probes") {
165166
match usdt::register_probes() {

0 commit comments

Comments
 (0)