Skip to content

Commit c392b28

Browse files
committed
display the startup message on stderr
1 parent b50167b commit c392b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webserver/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ fn log_welcome_message(config: &AppConfig) {
683683
let version = env!("CARGO_PKG_VERSION");
684684
let web_root = config.web_root.display();
685685

686-
println!(
686+
eprintln!(
687687
"{sparkle} SQLPage v{version} started successfully! {sparkle}\n\n\
688688
View your website at:\n{link} {address_message}\n\n\
689689
Create your pages with SQL files in:\n{computer} {web_root}\n\n\

0 commit comments

Comments
 (0)