We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50167b commit c392b28Copy full SHA for c392b28
src/webserver/http.rs
@@ -683,7 +683,7 @@ fn log_welcome_message(config: &AppConfig) {
683
let version = env!("CARGO_PKG_VERSION");
684
let web_root = config.web_root.display();
685
686
- println!(
+ eprintln!(
687
"{sparkle} SQLPage v{version} started successfully! {sparkle}\n\n\
688
View your website at:\n{link} {address_message}\n\n\
689
Create your pages with SQL files in:\n{computer} {web_root}\n\n\
0 commit comments