Skip to content

Commit dc28bfa

Browse files
committed
Fix logging
1 parent 5444549 commit dc28bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn main() -> io::Result<()> {
6161
.bind(&app_url)?
6262
.start();
6363

64-
info!("Server is started at {}", &app_port);
64+
info!("Server is started at {}", &app_url);
6565

6666
sys.run()
6767
}

0 commit comments

Comments
 (0)