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 84bc128 commit 0e7d130Copy full SHA for 0e7d130
src/webserver/http.rs
@@ -684,7 +684,7 @@ fn log_welcome_message(config: &AppConfig) {
684
let web_root = config.web_root.display();
685
686
println!(
687
- "{sparkle} SQLPage v{version} is ready! {sparkle}\n\n\
+ "{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\
690
Happy coding! {rocket}"
0 commit comments